Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

Commit

Permalink
Travis-CI integration
Browse files Browse the repository at this point in the history
  • Loading branch information
vibornoff committed Jun 5, 2014
1 parent 038d4d9 commit e680f3b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "node_modules/uglify-js"]
path = node_modules/uglify-js
url = git@github.com:vibornoff/UglifyJS2.git
url = git://github.com/vibornoff/UglifyJS2.git
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
language: node_js
node_js:
- "0.11"
- "0.10"
before_install:
- git submodule update --init --recursive
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,13 @@
"uglify-js": "2.4.999",

"grunt": "~0.4.2",
"grunt-cli": "~0.1",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-qunit": "~0.4.0",
"grunt-contrib-clean": "~0.4.0"
},
"scripts": {
"prepublish": "grunt",
"test": "grunt test"
}
}

0 comments on commit e680f3b

Please sign in to comment.