Skip to content

Commit 4afae7c

Browse files
committed
Merge branch 'develop'
2 parents 984fce2 + f623a4d commit 4afae7c

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

.travis.yml

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,24 @@
11
language: node_js
22
node_js:
33
- 8.11.1
4-
env:
5-
- CXX=g++-4.8
4+
dist: trusty
65
sudo: required
76
addons:
87
chrome: stable
9-
apt:
10-
sources:
11-
- ubuntu-toolchain-r-test
12-
packages:
13-
- g++-4.8
14-
before_install:
8+
#before_install:
159
#- npm install -g protractor@3.3.0
10+
cache:
11+
directories:
12+
- node_modules
1613
install:
17-
- npm install -g npm@6.0.1
14+
#- npm install -g npm@6.0.1
1815
- npm install -g grunt-cli
1916
- npm install -g bower
2017
#- npm install selenium-webdriver
2118
- npm install
2219
- bower install
2320
#- ./node_modules/protractor/bin/webdriver-manager update --standalone
24-
before_script:
21+
#before_script:
2522
#- export CHROME_BIN=chromium-browser
2623
#- export DISPLAY=:99.0
2724
#- sh -e /etc/init.d/xvfb start

0 commit comments

Comments
 (0)