Merge pull request #88 from jmfee-usgs/travis
Initial attempt at travis-ci configuration
No related branches found
No related tags found
.travis.yml
0 → 100644
... | @@ -23,6 +23,7 @@ | ... | @@ -23,6 +23,7 @@ |
"license": "Public Domain", | "license": "Public Domain", | ||
"dependencies": {}, | "dependencies": {}, | ||
"devDependencies": { | "devDependencies": { | ||
"grunt": "^0.4.5", | |||
"grunt-contrib-clean": "^0.7.0", | "grunt-contrib-clean": "^0.7.0", | ||
"grunt-contrib-jshint": "^0.10.0", | "grunt-contrib-jshint": "^0.10.0", | ||
"grunt-contrib-watch": "^0.6.1", | "grunt-contrib-watch": "^0.6.1", | ||
... | ... |
Please register or sign in to comment