Skip to content

Commit

Permalink
Fix travis build, fixes #105
Browse files Browse the repository at this point in the history
  • Loading branch information
tammojan committed May 21, 2015
1 parent 1043217 commit c1f1ee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ install:
before_script:
- wget http://www.iausofa.org/2015_0209_F/sofa_f-20150209_a.tar.gz -O /tmp/sofa.tgz
- tar -xzf /tmp/sofa.tgz
- cd sofa/20150209_a/f77/src/ && make && make test
- cd sofa/20150209_a/f77/src/ && make && make test && cd ../../../../
- mkdir build
- cd build
- wget ftp://ftp.astron.nl/outgoing/Measures/WSRT_Measures.ztar
Expand Down

0 comments on commit c1f1ee1

Please sign in to comment.