Skip to content

Commit d60cd59

Browse files
gjb2048Gareth Barnard
authored and
Gareth Barnard
committed
Update for Travis.
1 parent 1f5e37f commit d60cd59

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,6 @@ script:
5454
- moodle-plugin-ci codechecker
5555
- moodle-plugin-ci validate
5656
- moodle-plugin-ci savepoints
57+
#Todo: - moodle-plugin-ci behat
58+
#Not critical: - moodle-plugin-ci phpdoc
5759
- moodle-plugin-ci phpunit

amd/build/tooltip.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
"url": "https://github.com/gjb2048/moodle-format_grid/issues"
1616
},
1717
"devDependencies": {
18-
"grunt": "~0.4.5",
19-
"grunt-exec": "~0.4.6",
20-
"grunt-contrib-jshint": "~1.0.0",
21-
"grunt-contrib-uglify": "~1.0.1"
18+
"grunt": "~1.4.0",
19+
"grunt-exec": "~3.0.0",
20+
"grunt-contrib-jshint": "~3.0.0",
21+
"grunt-contrib-uglify": "~5.0.0"
2222
},
2323
"license": "GPL-3.0"
2424
}

0 commit comments

Comments
 (0)