Skip to content

Commit 77d334d

Browse files
committed
use gh token set in travis-ci repo settings
1 parent 62d99f7 commit 77d334d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ node_js:
77
matrix:
88
allow_failures:
99
- node_js: '4.0'
10-
env:
11-
global:
12-
secure: gwZrOCs5mOukCgPdj1nIqcIAUkw1X7Cy5aa7q1Ofl3mOYLVML7SFKOC8UpfqSDWd+9mLfClYOcy0brgYcco4D16ETWXCtm67WAH8YyOsr/IVKPVCKkwbG5dK0q/9ecjUa+im0/mBw+gprQUObYKADZI8EG6tPYjTTznqDU+ZXvU=
1310
cache:
1411
directories:
1512
- node_modules

Gruntfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ module.exports = function(grunt) {
133133
]);
134134

135135
grunt.registerTask('travis', [
136+
'clean',
136137
'build',
137138
'run:coveralls',
138139
'gh-pages-clean',

0 commit comments

Comments
 (0)