Fix PWD in travis file.

This commit is contained in:
Dominik Picheta 2015-05-18 20:47:01 +01:00
parent 784490c685
commit f4bcaab089

View File

@ -9,6 +9,7 @@ install:
tar xf nim-0.11.2.tar.xz
cd nim-0.11.2
sh build.sh
cd ..
before_script:
- set -e