Skip to content
This repository was archived by the owner on Sep 20, 2019. It is now read-only.

Commit d95b11d

Browse files
committed
simpler travis config
1 parent 2255a95 commit d95b11d

1 file changed

Lines changed: 11 additions & 17 deletions

File tree

.travis.yml

Lines changed: 11 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,18 @@
11
language: node_js
22
sudo: false
3-
matrix:
4-
include:
5-
- node_js: stable
6-
script: xvfb-run wct
7-
addons:
8-
firefox: latest
9-
apt:
10-
sources:
11-
- google-chrome
12-
packages:
13-
- google-chrome-stable
14-
- node_js: node
15-
script:
16-
- |
17-
if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then
18-
wct -s 'default'
19-
fi
3+
node_js: 4
4+
addons:
5+
firefox: '42.0'
6+
apt:
7+
sources:
8+
- google-chrome
9+
packages:
10+
- google-chrome-stable
2011
before_script:
2112
- export PATH=$PWD/node_modules/.bin:$PATH
13+
script:
14+
- xvfb-run wct
15+
- "if [ \"${TRAVIS_PULL_REQUEST}\" = \"false\" ]; then wct -s 'default'; fi"
2216
env:
2317
global:
2418
- secure: c0kVrjNDtqd06Gyg4Xi3iopr0KCz1k0LbZeL+TCbnyCdmAE7m9FcJASWvM2Zr7d774hTiMSi0Z79SlV6XZhLN2pi4EsbdEpsnVeAXXH/GYzDKgpXbdfD/nQv4n1nMXL6XSaZkAX7WwgmrjzJ9cXQJYV9vNHIBRcGoVRRyCFx9v4=

0 commit comments

Comments
 (0)