Skip to content

Commit

Permalink
update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ba0f3 committed Jun 28, 2017
1 parent aa437cb commit 7cfe404
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ install:
tar -xf nim-0.17.0.tar.xz
cd nim-0.17.0
sh build.sh
./koch tools
cd `pwd`/nim-0.17.0
echo `pwd`
ll .
before_script:
- export PATH=`pwd`/nim-0.17.0/bin:$PATH

Expand Down

0 comments on commit 7cfe404

Please sign in to comment.