Skip to content

Commit 99350d7

Browse files
committed
Revert "Remove sauce labs from Travis"
This reverts commit 4b365e5.
1 parent 96223a5 commit 99350d7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ sudo: false
22
language: node_js
33
node_js:
44
- "stable"
5+
env:
6+
global:
7+
- secure: VcbU15zJn1haBDK2w1FbEGhRLsDbwJ52p2Kd2cLWEpXwUAzAAwFDYzxQSD6aDUEnM25RvM78kCDv2yxKONhTXDMR5qgNGLUYnu3fG+TWhuNLVWVDzJO0Y4y0m7C1ONl0G7ILEfxMKhroptuKiha0yRExK2JZKos/j32hSdoke0A=
8+
- secure: YD3KPer1EjaI2E1b11RFKhJGMc4FQtdzANFh0JyurcfOhahCuPBlS/lqEU+POlcb7qHsNKkHUkcJVXgBK7ncBxqxCqfiTAYMoxZCC62kB9+ZCeV73zFyhm+1p6y0Dnv9uh1b06z0/YzVEHt1NmVafm40U+2cBRERyViwDQLMidM=
59
cache:
610
directories:
711
- node_modules
@@ -10,3 +14,4 @@ before_script:
1014
script:
1115
- grunt build
1216
- grunt test_and_coveralls
17+
- travis_wait grunt saucelabs || true

0 commit comments

Comments
 (0)