Skip to content

Commit

Permalink
Run js stuff only once on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusknorr committed Feb 2, 2017
1 parent 2085e9b commit 8375108
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ php:
- 7
env:
matrix:
- CORE_BRANCH=master DB=sqlite
- CORE_BRANCH=master DB=sqlite TEST_JS=1
- CORE_BRANCH=master DB=mysql
- CORE_BRANCH=stable11 DB=sqlite
- CORE_BRANCH=stable11 DB=mysql
Expand All @@ -24,9 +24,7 @@ before_script:
- make install-deps

script:
- node --version
- npm --version
- make build-js
- sh -c "if [ '$TRAVIS_PHP_VERSION' = '7.0' ] && [ '$TEST_JS' = '1' ]; then make build-js; fi;"
- make test

after_failure:
Expand Down

0 comments on commit 8375108

Please sign in to comment.