Skip to content

Commit

Permalink
Travis: npm install before trying to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndrsn committed Aug 26, 2017
1 parent 8ac155f commit 1370eb3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ node_js:
- 5
- 4
install: "pip install git+https://github.com/medic/pyxform.git@medic-conf-1.5#egg=pyxform-medic"
before_script: "! grep -Fq '.only(' test/**/*.spec.js"
before_script:
- "! grep -Fq '.only(' test/**/*.spec.js"
- npm install

0 comments on commit 1370eb3

Please sign in to comment.