Skip to content

Commit

Permalink
CI: .travis.yml cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
jnpkrn committed Feb 18, 2016
1 parent 642f74d commit 0fc2757
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
@@ -1,10 +1,12 @@
language: c
compiler:
- gcc
compiler: gcc
addons:
apt:
packages:
- check
- splint
script: ./autogen.sh && ./configure && make check && make distcheck
script: ./autogen.sh
&& ./configure
&& make check
&& make distcheck
sudo: false

0 comments on commit 0fc2757

Please sign in to comment.