Skip to content

Commit 1150873

Browse files
committed
Merge pull request react-bootstrap#1495 from taion/travis-config
Update Travis config
2 parents 0b93b01 + 5792863 commit 1150873

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

.travis.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
11
sudo: false
22
language: node_js
33
node_js:
4-
- 4
4+
- stable
55
cache:
66
directories:
77
- node_modules
8-
notifications:
9-
webhooks:
10-
urls:
11-
- https://webhooks.gitter.im/e/006ca15725d53eab80e5
12-
on_success: always
13-
on_failure: always
14-
on_start: false
158
before_install:
169
- export CHROME_BIN=chromium-browser
1710
- export DISPLAY=:99.0
1811
- sh -e /etc/init.d/xvfb start
12+
branches:
13+
only:
14+
- master

0 commit comments

Comments
 (0)