exit the directory

This commit is contained in:
David Renshaw 2014-05-15 18:01:45 -04:00
parent e8b88a0485
commit d426b2718a

View file

@ -12,5 +12,5 @@ install:
- tar zxf capnproto-c++-0.4.1.tar.gz - tar zxf capnproto-c++-0.4.1.tar.gz
- export CC=gcc-4.8 - export CC=gcc-4.8
- export CXX=g++-4.8 - export CXX=g++-4.8
- cd capnproto-c++-0.4.1 && ./configure && make -j5 && sudo make install - cd capnproto-c++-0.4.1 && ./configure && make -j5 && sudo make install && cd ..
script: make script: make