mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-22 07:51:17 +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
|
||||
node_js:
|
||||
- "0.10"
|
||||
before_script:
|
||||
- cp "modules/config.example.js" "modules/config.js"
|
||||
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:
|
||||
irc:
|
||||
channels:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user