mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-21 23:41:18 +01:00
make travis fast attempt 2
See @fc5ab113db93842cf27b5d94bd98c597a7d0f133 for attempt 1
This commit is contained in:
parent
fd647c5953
commit
c2d2644bbe
12
.travis.yml
12
.travis.yml
@ -1,8 +1,16 @@
|
|||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- iojs-v2.0
|
- iojs-v2.0
|
||||||
before_install:
|
sudo: false
|
||||||
- sudo apt-get install libcairo2-dev libjpeg8-dev libpango1.0-dev libgif-dev build-essential g++
|
addons:
|
||||||
|
apt:
|
||||||
|
packages:
|
||||||
|
- libcairo2-dev
|
||||||
|
- libjpeg8-dev
|
||||||
|
- libpango1.0-dev
|
||||||
|
- libgif-dev
|
||||||
|
- build-essential
|
||||||
|
- g++
|
||||||
script:
|
script:
|
||||||
- npm run-script test-travis
|
- npm run-script test-travis
|
||||||
notifications:
|
notifications:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user