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 5c413ec commit be6bf6eCopy full SHA for be6bf6e
.travis.yml
@@ -1,19 +1,20 @@
1
sudo: required
2
language: node_js
3
node_js:
4
- - 'node'
5
- - '10'
6
- - '8'
+- node
+- '10'
+- '8'
7
install:
8
- - npm install --global npm@4
9
- - npm install
+- npm install --global npm@4
+- npm install
10
before_script:
11
- - sudo chown root /opt/google/chrome/chrome-sandbox
12
- - sudo chmod 4755 /opt/google/chrome/chrome-sandbox
13
- - export DISPLAY=:99.0
14
- - sh -e /etc/init.d/xvfb start
+- sudo chown root /opt/google/chrome/chrome-sandbox
+- sudo chmod 4755 /opt/google/chrome/chrome-sandbox
+- export DISPLAY=:99.0
+- sh -e /etc/init.d/xvfb start
15
script:
16
- - npm test
+- npm test
17
+- npm run build
18
addons:
- chrome: stable
19
- firefox: latest
+ chrome: stable
20
+ firefox: latest
0 commit comments