chore(babel): build before tests

This commit is contained in:
Dominik Ferber
2015-09-28 00:17:41 +02:00
parent 4ac5d25c3c
commit ae72a50f5d

View File

@@ -19,8 +19,8 @@ before_script:
- npm prune
- 'curl -Lo travis_after_all.py https://git.io/vLSON'
script:
- npm run test
- npm run build
- npm run test
after_success:
- python travis_after_all.py
- export $(cat .to_export_back)