We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96223a5 commit 99350d7Copy full SHA for 99350d7
.travis.yml
@@ -2,6 +2,10 @@ sudo: false
2
language: node_js
3
node_js:
4
- "stable"
5
+env:
6
+ global:
7
+ - secure: VcbU15zJn1haBDK2w1FbEGhRLsDbwJ52p2Kd2cLWEpXwUAzAAwFDYzxQSD6aDUEnM25RvM78kCDv2yxKONhTXDMR5qgNGLUYnu3fG+TWhuNLVWVDzJO0Y4y0m7C1ONl0G7ILEfxMKhroptuKiha0yRExK2JZKos/j32hSdoke0A=
8
+ - secure: YD3KPer1EjaI2E1b11RFKhJGMc4FQtdzANFh0JyurcfOhahCuPBlS/lqEU+POlcb7qHsNKkHUkcJVXgBK7ncBxqxCqfiTAYMoxZCC62kB9+ZCeV73zFyhm+1p6y0Dnv9uh1b06z0/YzVEHt1NmVafm40U+2cBRERyViwDQLMidM=
9
cache:
10
directories:
11
- node_modules
@@ -10,3 +14,4 @@ before_script:
14
script:
15
- grunt build
12
16
- grunt test_and_coveralls
17
+ - travis_wait grunt saucelabs || true
0 commit comments