Skip to content

Commit

Permalink
[MISC] - revert travis.yml to working version
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelBenin committed Jan 13, 2017
1 parent a025238 commit 776fede
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,16 @@
addons:
sauce_connect: true
# addons:
# sauce_connect: true

sudo: false
language: java
language: node_js

env:
- NODE_VERSION=v6.9.2

jdk:
- oraclejdk8
node_js:
- "6.9.2"

before_install:
- nvm install $NODE_VERSION
- nvm use $NODE_VERSION
- export CHROME_BIN=chromium-browser
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- sleep 3 # give xvfb some time to start

install:
- npm i
Expand All @@ -25,5 +19,3 @@ script:
- npm test
- npm run coverage
- npm run client-coverage
# - npm run acceptance-test

0 comments on commit 776fede

Please sign in to comment.