Skip to content

Commit

Permalink
use gh token set in travis-ci repo settings
Browse files Browse the repository at this point in the history
  • Loading branch information
justincy committed Oct 11, 2017
1 parent 62d99f7 commit 77d334d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ node_js:
matrix:
allow_failures:
- node_js: '4.0'
env:
global:
secure: gwZrOCs5mOukCgPdj1nIqcIAUkw1X7Cy5aa7q1Ofl3mOYLVML7SFKOC8UpfqSDWd+9mLfClYOcy0brgYcco4D16ETWXCtm67WAH8YyOsr/IVKPVCKkwbG5dK0q/9ecjUa+im0/mBw+gprQUObYKADZI8EG6tPYjTTznqDU+ZXvU=
cache:
directories:
- node_modules
Expand Down
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ module.exports = function(grunt) {
]);

grunt.registerTask('travis', [
'clean',
'build',
'run:coveralls',
'gh-pages-clean',
Expand Down

0 comments on commit 77d334d

Please sign in to comment.