Add before_script to .travis.yml

This commit is contained in:
Roman Hotsiy 2016-02-16 22:22:37 +02:00
parent 328a3323e0
commit d03fdd43d9

View File

@ -29,6 +29,8 @@ cache:
before_install:
- travis_retry npm install jspm
- jspm config registries.github.auth $JSPM_GITHUB_AUTH_TOKEN
before_script:
- npm run jspm-install
before_deploy:
- npm run build-dist
deploy: