mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
11 lines
180 B
YAML
11 lines
180 B
YAML
language: node_js
|
|
node_js:
|
|
- "7.4.0"
|
|
before_install:
|
|
- npm update -g npm
|
|
- npm install -g grunt-cli
|
|
before_script:
|
|
- phantomjs --version
|
|
- casperjs --version
|
|
sudo: false
|