Skip to content

Commit

Permalink
update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hamano committed Oct 27, 2015
1 parent ed68462 commit f667266
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .travis.yml
@@ -1,18 +1,18 @@
language: c

sudo: false
#sudo: required
#sudo: false
sudo: required

#before_install:
# - sudo apt-get update -qq
# - sudo apt-get install -qq apache2-dev libmarkdown2-dev
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq apache2-dev libmarkdown2-dev clearsilver-dev

addons:
apt:
packages:
- apache2-dev
- libmarkdown2-dev
- clearsilver-dev
#addons:
# apt:
# packages:
# - apache2-dev
# - libmarkdown2-dev
# - clearsilver-dev

install:
- autoreconf -f -i
Expand Down

0 comments on commit f667266

Please sign in to comment.