We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b93b01 commit 5792863Copy full SHA for 5792863
1 file changed
.travis.yml
@@ -1,18 +1,14 @@
1
sudo: false
2
language: node_js
3
node_js:
4
-- 4
+ - stable
5
cache:
6
directories:
7
- 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
15
before_install:
16
- export CHROME_BIN=chromium-browser
17
- export DISPLAY=:99.0
18
- sh -e /etc/init.d/xvfb start
+branches:
+ only:
+ - master
0 commit comments