Skip to content

Commit

Permalink
Testing travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
seanfisher committed Jun 7, 2016
1 parent 419a876 commit a5ad075
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 deletions.
20 changes: 20 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
language: node_js
node_js:
- "5"
- "5.1"
- "4"
- "4.2"
- "4.1"
- "4.0"
- "0.12"
- "0.11"
- "0.10"
- "node"
#
# before_script:
# - npm install -g karma
# - npm install -g grunt
# - npm install -g karma-jasmine
# - npm install -g karma-phantomjs-launcher
#
# script: grunt karma
2 changes: 1 addition & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = function(config) {
'test/*.js'
],

autoWatch: true,
autoWatch: false,

frameworks: ['jasmine'],

Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,19 @@
"OAuth1.0a",
"Ionic"
],
"scripts": {
"test": "karma start"
},
"license": "MIT",
"engines": {
"node": ">= 0.10.0"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-uglify": "~0.5.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-karma": "^0.12.2",
"jasmine-core": "^2.4.1",
"karma": "^0.13.22",
Expand Down

0 comments on commit a5ad075

Please sign in to comment.