mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-08 04:11:23 +00:00
5 lines
157 B
YAML
5 lines
157 B
YAML
before_script:
|
|
- "npm install -g uglify-js mocha-phantomjs"
|
|
- "make"
|
|
script: mocha-phantomjs test/index.html && mocha-phantomjs test/index_packaged.html
|