Revision 212:d62a69f8d649

View differences:

.travis.yml
13 13

  
14 14
before_install:
15 15
  - ( cd ../ ; git clone https://github.com/sandstorm-io/capnproto )
16
  - ( cd ../capnproto ; git checkout v0.6.1 )
16
  - if [[ "$TRAVIS_OS_NAME" = "linux" ]] ; then ( cd ../capnproto ; git checkout v0.6.1 ) ; fi
17 17
  - ( cd ../capnproto/c++ ; ./setup-autotools.sh && autoreconf -i )
18 18
  - ( cd ../capnproto/c++ ; ./configure && make && sudo make install )
19 19

  

Also available in: Unified diff