File tree Expand file tree Collapse file tree 1 file changed +5
-24
lines changed Expand file tree Collapse file tree 1 file changed +5
-24
lines changed Original file line number Diff line number Diff line change 1
- dist : trusty
2
-
3
1
language : node_js
4
2
5
3
node_js :
6
4
- " 6"
7
- - " stable"
8
-
9
- addons :
10
- apt :
11
- sources :
12
- - ubuntu-toolchain-r-test
13
- packages :
14
- - gcc-4.8
15
- - g++-4.8
16
-
17
- sudo : required
18
-
19
- before_install :
20
- - sudo apt-get -qq update
21
- - curl -o- -L https://yarnpkg.com/install.sh | bash
22
- - export PATH="$HOME/.yarn/bin:$PATH"
5
+ - " 8"
23
6
24
- install :
25
- - yarn
7
+ sudo : false
26
8
27
9
before_script :
28
10
- export DISPLAY=:99.0
29
11
- sh -e /etc/init.d/xvfb start
30
12
- export NODE_ENV=development
31
13
32
14
cache :
33
- yarn : true
34
15
directories :
35
16
- node_modules
36
17
37
18
script :
38
- - yarn lint
39
- - yarn test
40
- - yarn test-node
19
+ - npm run lint
20
+ - npm run test
21
+ - npm run test-node
41
22
42
23
env :
43
24
- TRAVIS=travis CXX=g++-4.8
You can’t perform that action at this time.
0 commit comments