Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit c944b95

Browse files
committed
Fixed Travis-CI build
1 parent 2d6e03f commit c944b95

File tree

1 file changed

+9
-13
lines changed

1 file changed

+9
-13
lines changed

.travis.yml

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,16 @@
11
language: node_js
22
sudo: false
33
node_js:
4-
- '6'
5-
addons:
6-
firefox: "45.0"
7-
before_script:
8-
- "export CHROME_BIN=chromium-browser"
9-
- "export DISPLAY=:99.0"
10-
- "sh -e /etc/init.d/xvfb start"
11-
- sleep 3
4+
- '10'
125
env:
13-
- BROWSER="phantomjs"
14-
- BROWSER="chrome"
15-
- BROWSER="firefox"
16-
- BROWSER="internet explorer"
17-
- BROWSER="safari"
6+
global:
7+
- SAUCE_CONNECT_VERSION=4.4.12
8+
matrix:
9+
- BROWSER="phantomjs"
10+
- BROWSER="chrome"
11+
- BROWSER="firefox"
12+
- BROWSER="internet explorer"
13+
- BROWSER="safari"
1814
branches:
1915
except:
2016
- /^feature\/.*$/

0 commit comments

Comments
 (0)