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 c6d000c commit 640dda5Copy full SHA for 640dda5
.travis.yml
@@ -1,21 +1,21 @@
1
sudo: required
2
dist: trusty
3
addons:
4
- apt:
5
- sources:
6
- - google-chrome
7
- packages:
8
- - google-chrome-stable
+ apt:
+ sources:
+ - google-chrome
+ packages:
+ - google-chrome-stable
9
language: node_js
10
cache:
11
- directories:
12
- - node_modules # NPM packages
+ directories:
+ - node_modules # NPM packages
13
node_js:
14
- - 6
+ - 10
15
before_script:
16
- - export DISPLAY=:99.0
17
- - sh -e /etc/init.d/xvfb start
+ - export DISPLAY=:99.0
+ - sh -e /etc/init.d/xvfb start
18
install:
19
- - npm install
+ - npm install
20
script:
21
- - npm run ci
+ - npm run ci
0 commit comments