We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62d99f7 commit 77d334dCopy full SHA for 77d334d
.travis.yml
@@ -7,9 +7,6 @@ node_js:
7
matrix:
8
allow_failures:
9
- node_js: '4.0'
10
-env:
11
- global:
12
- secure: gwZrOCs5mOukCgPdj1nIqcIAUkw1X7Cy5aa7q1Ofl3mOYLVML7SFKOC8UpfqSDWd+9mLfClYOcy0brgYcco4D16ETWXCtm67WAH8YyOsr/IVKPVCKkwbG5dK0q/9ecjUa+im0/mBw+gprQUObYKADZI8EG6tPYjTTznqDU+ZXvU=
13
cache:
14
directories:
15
- node_modules
Gruntfile.js
@@ -133,6 +133,7 @@ module.exports = function(grunt) {
133
]);
134
135
grunt.registerTask('travis', [
136
+ 'clean',
137
'build',
138
'run:coveralls',
139
'gh-pages-clean',
0 commit comments