Testing travis

This commit is contained in:
jeefo 2016-09-09 23:43:56 +03:00 committed by GitHub
commit 016c91f61a

View file

@ -11,7 +11,7 @@ before_script:
- sudo mkdir -p /tmp/osxcross/target
- sudo tar xzf /tmp/osxcross.tgz -C /tmp/osxcross/target/
- export PATH=$PATH:/tmp/osxcross/target/bin
- wget http://yapb.jeefo.net/ci/scripts/gitrev.sh && chmod +x ./gitrev.sh && ./gitrev.sh
- wget https://yapb.jeefo.net/ci/scripts/gitrev.sh && chmod +x ./gitrev.sh && ./gitrev.sh
script:
- cd project && make all
after_success: