Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cabb0b8

Browse files
committed
update travis
1 parent 8ea6b70 commit cabb0b8

File tree

1 file changed

+23
-27
lines changed

1 file changed

+23
-27
lines changed

.travis.yml

Lines changed: 23 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,31 @@
11
language: node_js
2-
32
node_js:
4-
- "5.7.0"
5-
3+
- 5.7.0
64
env:
7-
- CXX=g++-4.8
8-
5+
- CXX=g++-4.8
96
addons:
10-
apt:
11-
sources:
12-
- ubuntu-toolchain-r-test
13-
packages:
14-
- g++-4.8
15-
7+
apt:
8+
sources:
9+
- ubuntu-toolchain-r-test
10+
packages:
11+
- g++-4.8
1612
before_install:
17-
- npm install -g protractor
18-
13+
- npm install -g protractor
1914
install:
20-
- npm install -g npm@2
21-
- npm install -g grunt-cli
22-
- npm install -g bower
23-
- bower install
24-
- npm install
25-
- ./node_modules/protractor/bin/webdriver-manager update --standalone
26-
15+
- npm install -g npm@2
16+
- npm install -g grunt-cli
17+
- npm install -g bower
18+
- bower install
19+
- npm install
20+
- ./node_modules/protractor/bin/webdriver-manager update --standalone
2721
before_script:
28-
- export CHROME_BIN=chromium-browser
29-
- export DISPLAY=:99.0
30-
- sh -e /etc/init.d/xvfb start
31-
22+
- export CHROME_BIN=chromium-browser
23+
- export DISPLAY=:99.0
24+
- sh -e /etc/init.d/xvfb start
3225
script:
33-
- npm run build
34-
- npm test
35-
- grunt e2e-test
26+
- npm run build
27+
- npm test
28+
- grunt e2e-test
29+
notifications:
30+
slack:
31+
secure: iGLGsYyVIyKVpVVCskGh/zc6Pkqe0D7jpUtbywSbnq6l5seE6bvBVqm0F2FSCIN+AIC+qal2mPEWysDVsLACm5tTEeA8NfL8dmCrAKbiFbi+gHl4mnHHCHl7ii/7UkoIIXNc5UXbgMSXRS5l8UcsSDlN8VxC5zWstbJvjeYIvbA=

0 commit comments

Comments
 (0)