Skip to content

Commit

Permalink
run selenium in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
yann300 committed Jun 13, 2019
1 parent a7c85a7 commit 95b2b82
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
language: node_js
node_js:
- "9"
addons:
chrome: stable
language: java
branches:
only:
- master
- remix_live
script:
- 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
- ./ci/browser_tests.sh
deploy:
- provider: script
Expand Down

0 comments on commit 95b2b82

Please sign in to comment.