Skip to content

Commit

Permalink
Update Travis build configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
lundmar committed Oct 7, 2017
1 parent cfce673 commit fd96188
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sudo: false
sudo: true
language: c
before_script: ./autogen.sh
script: ./configure && make
script: ./configure && make && sudo make install

0 comments on commit fd96188

Please sign in to comment.