File tree 1 file changed +11
-1
lines changed
1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 17
17
- NODE_VER=4 FULL_VALIDATE=false
18
18
- NODE_VER=6 FULL_VALIDATE=true alias grunt=./node_modules/grunt-cli/bin/grunt
19
19
- NODE_VER=7 FULL_VALIDATE=false
20
+ - NODE_VER=8 FULL_VALIDATE=false DEPLOY_NIGHTLY=true
21
+
20
22
matrix :
21
23
fast_finish : true
22
24
@@ -35,4 +37,12 @@ script:
35
37
36
38
after_success :
37
39
- if [ "$FULL_VALIDATE" == "true" ]; then npm run test:cover && npx nyc report --reporter=text-lcov | npx coveralls; fi
38
- - if [ "$FULL_VALIDATE" == "true" ] && [ "$TRAVIS_PULL_REQUEST" = "false" ] && [ -n "$SAUCE_ACCESS_KEY" ]; then npm run build_spec_browser && grunt --gruntfile spec/support/mocha.sauce.gruntfile.js; fi
40
+ - if [ "$FULL_VALIDATE" == "true" ] && [ "$TRAVIS_PULL_REQUEST" = "false" ] && [ -n "$SAUCE_ACCESS_KEY" ]; then npm run build_spec_browser && grunt --gruntfile spec/support/mocha.sauce.gruntfile.js; fi
41
+
42
+ deploy :
43
+ provider : script
44
+ on :
45
+ branch : master
46
+ skip_cleanup : true
47
+ condition : " $TRAVIS_EVENT_TYPE = cron"
48
+ condition : " $DEPLOY_NIGHTLY = true"
You can’t perform that action at this time.
0 commit comments