From 77d334d135527892c8199412fc0894731d575923 Mon Sep 17 00:00:00 2001 From: Justin Date: Wed, 11 Oct 2017 14:37:12 +0000 Subject: [PATCH] use gh token set in travis-ci repo settings --- .travis.yml | 3 --- Gruntfile.js | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 647c8e4..30b8223 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/Gruntfile.js b/Gruntfile.js index beca3f1..9e3b46c 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -133,6 +133,7 @@ module.exports = function(grunt) { ]); grunt.registerTask('travis', [ + 'clean', 'build', 'run:coveralls', 'gh-pages-clean',