Skip to content

Commit fbd6147

Browse files
committed
Update .travis.yml
1 parent 505ded6 commit fbd6147

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
language: node_js
1+
sudo: false
22

3-
sudo: true
3+
language: node_js
44

55
node_js:
66
- 6.0
@@ -9,13 +9,13 @@ branches:
99
only:
1010
- master
1111

12-
script:
13-
- npm run test
14-
1512
before_install:
1613
- export CHROME_BIN=chromium-browser
1714
- export DISPLAY=:99.0
1815
- sh -e /etc/init.d/xvfb start
1916

17+
script:
18+
- npm run build:ci
19+
2020
git:
21-
depth: 1
21+
depth: 1

0 commit comments

Comments
 (0)