Skip to content
Snippets Groups Projects
Commit 7af90a2d authored by Hakim El Hattab's avatar Hakim El Hattab
Browse files

attempt to fix grunt in travis ci build

parent d7b92c9c
No related branches found
No related tags found
No related merge requests found
language: node_js
node_js:
- 0.8
before_script:
- npm install -g grunt-cli
\ No newline at end of file
......@@ -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'
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment