We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82ffa95 commit 8b07cf3Copy full SHA for 8b07cf3
1 file changed
.travis.yml
@@ -3,20 +3,31 @@ sudo: required
3
language: node_js
4
os:
5
- linux
6
+
7
env:
8
global:
9
- DBUS_SESSION_BUS_ADDRESS=/dev/null
10
- DISPLAY=:99.0
11
- CHROME_BIN=chromium-browser
12
+ - SAUCE_ACCESS_KEY=72e4f85f-4e6b-4971-b8c5-f6707308f63e
13
+ - SAUCE_USERNAME="mgiambalvo"
14
+ - SAUCE_CONNECT_VERSION="4.4.0"
15
+ matrix:
16
+ - CI_MODE=local
17
+ - CI_MODE=saucelabs
18
19
cache:
20
directories:
21
- tour-of-heroes/node_modules
-before_script:
- - sh -e /etc/init.d/xvfb start
22
23
install:
24
- cd tour-of-heroes
25
- npm install
26
27
+before_script:
28
+ - ./scripts/travis_setup.sh
29
30
script:
31
- npm run lint
32
- npm run test -- --watch=false
- - npm run travis
33
+ - npm run travis
0 commit comments