Skip to content

Commit 4ec9a5d

Browse files
committed
Travis tests don't JShint twice
1 parent bb8b35e commit 4ec9a5d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# http://docs.travis-ci.com
2-
31
language: node_js
42
node_js:
53
- "10"

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,5 +285,5 @@ module.exports = function (grunt)
285285
grunt.registerTask('build', ['clean', 'concurrent', 'replace', 'uglify']);
286286
grunt.registerTask('css', ['sasslint', 'sass', 'postcss']);
287287
grunt.registerTask('default', ['watch']);
288-
grunt.registerTask('travis', ['jshint', 'build']);
288+
grunt.registerTask('travis', ['build']);
289289
};

0 commit comments

Comments
 (0)