Skip to content

Commit

Permalink
ci: build before testing
Browse files Browse the repository at this point in the history
  • Loading branch information
yuche committed Oct 26, 2017
1 parent c93fcc0 commit 16c42e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -21,10 +21,10 @@ install:
- npm install

script:
- npm run build
- npm run test:coverage
- BROWSER=true COVERAGE=false FLAKEY=false npm run test:karma
- ./node_modules/coveralls/bin/coveralls.js < ./coverage/lcov.info
- npm run build

env:
- CXX=g++-4.8

0 comments on commit 16c42e5

Please sign in to comment.