Skip to content

Commit 5e45313

Browse files
committed
Install roundup for Travis builds
1 parent 74e7d16 commit 5e45313

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
language: bash
22

3+
before_script:
4+
- curl -L https://github.com/bmizerany/roundup/tarball/v0.0.5 | tar xvzf -
5+
- cd bmizerany-roundup-5c5dcb1 && ./configure && make && make install
6+
37
script:
48
- bash test

0 commit comments

Comments
 (0)