Skip to content

Commit

Permalink
Merge pull request #896 from radiolips/feature/more-travis-updates
Browse files Browse the repository at this point in the history
Feature/more travis updates
  • Loading branch information
radiolips authored May 23, 2018
2 parents c30c684 + b8f224d commit f623a4d
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,24 @@
language: node_js
node_js:
- 8.11.1
env:
- CXX=g++-4.8
dist: trusty
sudo: required
addons:
chrome: stable
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
before_install:
#before_install:
#- npm install -g protractor@3.3.0
cache:
directories:
- node_modules
install:
- npm install -g npm@6.0.1
#- npm install -g npm@6.0.1
- npm install -g grunt-cli
- npm install -g bower
#- npm install selenium-webdriver
- npm install
- bower install
#- ./node_modules/protractor/bin/webdriver-manager update --standalone
before_script:
#before_script:
#- export CHROME_BIN=chromium-browser
#- export DISPLAY=:99.0
#- sh -e /etc/init.d/xvfb start
Expand Down

0 comments on commit f623a4d

Please sign in to comment.