aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2013-02-27 17:03:21 -0500
committerHakim El Hattab <hakim.elhattab@gmail.com>2013-02-27 17:07:31 -0500
commit65cbe25a02b78624b28ea6b45ffabba6867a5bcd (patch)
treebaad019d8a81983d60fd8f6d0b8303783ab337ce
parentd7b92c9c6581dd33567a03bc2f0a3c7f4d5c305d (diff)
downloadfreenode-live-2017-presentation-65cbe25a02b78624b28ea6b45ffabba6867a5bcd.tar
freenode-live-2017-presentation-65cbe25a02b78624b28ea6b45ffabba6867a5bcd.tar.gz
attempt n2 to fix grunt in travis ci build
-rw-r--r--.travis.yml2
-rw-r--r--Gruntfile.js (renamed from gruntfile.js)4
-rw-r--r--package.json2
3 files changed, 5 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index baa0031..2d6cd8f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,3 +1,5 @@
language: node_js
node_js:
- 0.8
+before_script:
+ - npm install -g grunt-cli \ No newline at end of file
diff --git a/gruntfile.js b/Gruntfile.js
index bd6858a..22502f6 100644
--- a/gruntfile.js
+++ b/Gruntfile.js
@@ -16,7 +16,7 @@ module.exports = function(grunt) {
},
jshint: {
- files: [ 'gruntfile.js', 'js/reveal.js' ]
+ files: [ 'Gruntfile.js', 'js/reveal.js' ]
},
// Tests will be added soon
@@ -64,7 +64,7 @@ module.exports = function(grunt) {
},
watch: {
- files: [ 'gruntfile.js', 'js/reveal.js', 'css/reveal.css' ],
+ files: [ 'Gruntfile.js', 'js/reveal.js', 'css/reveal.css' ],
tasks: 'default'
}
diff --git a/package.json b/package.json
index e9ab1e1..830b877 100644
--- a/package.json
+++ b/package.json
@@ -16,7 +16,7 @@
"node": "~0.8.0"
},
"scripts": {
- "test": "grunt lint qunit"
+ "test": "grunt jshint"
},
"dependencies": {
"underscore": "~1.3.3",