diff options
author | Aman Gupta <aman@tmm1.net> | 2015-09-29 15:51:18 -0700 |
---|---|---|
committer | Aman Gupta <aman@tmm1.net> | 2015-09-29 15:51:18 -0700 |
commit | 52230e2ae05a927ced6feb566440430760ce0545 (patch) | |
tree | a5ceecb8f8a1678252a9ebc50b6cac229f2042bd | |
parent | 243e66596554bdd318ff26f15b377403ea1fee6a (diff) | |
download | Nim-52230e2ae05a927ced6feb566440430760ce0545.tar.gz |
set PATH for tests
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 6a04c4c93..c45158651 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,4 +9,5 @@ script: - ./koch boot - ./koch boot -d:release after_script: + - export PATH=$(pwd)/bin:$PATH - ./koch test |