mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 01:02:58 +00:00
Better Travis configuration
This commit is contained in:
@@ -1,4 +1 @@
|
||||
before_script:
|
||||
- "npm install -g uglify-js mocha-phantomjs"
|
||||
- "make"
|
||||
script: mocha-phantomjs test/index.html && mocha-phantomjs test/index_packaged.html
|
||||
language: node_js
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"test": "test"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha-phantomjs test/index.html"
|
||||
"test": "mocha-phantomjs test/index.html && make && mocha-phantomjs test/index_packaged.html"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user