mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-21 23:41:18 +01:00
make travis slow
we can't use travis' container based infrastructure (sudo: false) containers disallow the use of sudo which we have to use to install dependencies
This commit is contained in:
parent
1d2e39884d
commit
024c7f6c14
@ -1,11 +1,10 @@
|
|||||||
sudo: false
|
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- "0.10"
|
- "0.10"
|
||||||
before_script:
|
before_script:
|
||||||
- cp "modules/config.example.js" "modules/config.js"
|
- cp "modules/config.example.js" "modules/config.js"
|
||||||
before_install:
|
before_install:
|
||||||
- apt-get install libcairo2-dev libjpeg8-dev libpango1.0-dev libgif-dev build-essential g++
|
- sudo apt-get install libcairo2-dev libjpeg8-dev libpango1.0-dev libgif-dev build-essential g++
|
||||||
notifications:
|
notifications:
|
||||||
irc:
|
irc:
|
||||||
channels:
|
channels:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user