We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 505ded6 commit fbd6147Copy full SHA for fbd6147
.travis.yml
@@ -1,6 +1,6 @@
1
-language: node_js
+sudo: false
2
3
-sudo: true
+language: node_js
4
5
node_js:
6
- 6.0
@@ -9,13 +9,13 @@ branches:
9
only:
10
- master
11
12
-script:
13
- - npm run test
14
-
15
before_install:
16
- export CHROME_BIN=chromium-browser
17
- export DISPLAY=:99.0
18
- sh -e /etc/init.d/xvfb start
19
+script:
+ - npm run build:ci
+
20
git:
21
-depth: 1
+ depth: 1
0 commit comments