Skip to content
This repository has been archived by the owner on Jul 29, 2022. It is now read-only.

Commit

Permalink
chore: Setup travis
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Feb 1, 2016
1 parent 4e30c50 commit 3d869df
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
@@ -0,0 +1,5 @@
sudo: false
language: node_js
node_js:
- "4"
- "5"
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -9,6 +9,9 @@
"bugs": {
"url": "https://github.com/karma-runner/gulp-karma/issues"
},
"scripts": {
"test": "gulp test"
},
"homepage": "https://github.com/karma-runner/gulp-karma",
"devDependencies": {
"jasmine": "^2.4.1",
Expand Down

0 comments on commit 3d869df

Please sign in to comment.