Skip to content

Commit

Permalink
Fixing Travis build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
dherman committed Sep 19, 2017
1 parent b5d19ae commit 8fcf99e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,10 @@ addons:
- g++-4.8

script: |
cd tests/ &&
npm test &&
cd cli && npm install && npm run transpile && npm test && npm link && cd .. &&
cd tests && npm link neon-cli && npm test && cd .. &&
if [[ "$TRAVIS_RUST_VERSION" == nightly* ]]; then
cd ../compile_tests/ &&
cargo test
cd compile_tests && cargo test && cd ..
fi
jobs:
Expand Down

0 comments on commit 8fcf99e

Please sign in to comment.