mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-05 03:22:25 +02: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
|