Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
m1kc committed Aug 27, 2013
1 parent 35bc625 commit 5479e97
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
language: cpp
script:
- make man
- make
- ./sfn -v
#- make gdc
#- ./sfn -v
before_install:
- sudo apt-get update -qq
- curl -s http://dlang.org/download.html | grep download | grep deb | cut -d'"' -f4 | head -n 2 | xargs wget
Expand All @@ -14,3 +8,9 @@ before_install:
#- sudo apt-get install -qq gdc
- sudo apt-get install -qq ruby
- gem install ronn
script:
- make man
- make
- ./sfn -v
#- make gdc
#- ./sfn -v

0 comments on commit 5479e97

Please sign in to comment.