Skip to content

Commit

Permalink
add npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
yann300 committed Jun 13, 2019
1 parent 95b2b82 commit c52bc4a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ branches:
- master
- remix_live
script:
- npm install
- npm run lint && npm run test && npm run make-mock-compiler && npm run build
- wget http://selenium-release.storage.googleapis.com/3.5/selenium-server-standalone-3.5.3.jar
- java -jar selenium-server-standalone-3.5.3.jar
- java -jar selenium-server-standalone-3.5.3.jar &
- ./ci/browser_tests.sh
deploy:
- provider: script
Expand Down

0 comments on commit c52bc4a

Please sign in to comment.