File tree Expand file tree Collapse file tree 1 file changed +23
-27
lines changed Expand file tree Collapse file tree 1 file changed +23
-27
lines changed Original file line number Diff line number Diff line change 1
1
language : node_js
2
-
3
2
node_js :
4
- - " 5.7.0"
5
-
3
+ - 5.7.0
6
4
env :
7
- - CXX=g++-4.8
8
-
5
+ - CXX=g++-4.8
9
6
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
16
12
before_install :
17
- - npm install -g protractor
18
-
13
+ - npm install -g protractor
19
14
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
27
21
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
32
25
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=
You can’t perform that action at this time.
0 commit comments