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 7cfe404 commit 3fd84b2
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,18 @@ language: c

install:
- |
wget https://nim-lang.org/download/nim-0.17.0.tar.xz
tar -xf nim-0.17.0.tar.xz
cd nim-0.17.0
git clone --depth=1 -b devel https://github.com/nim-lang/Nim.git
cd Nim
git clone --depth 1 https://github.com/nim-lang/csources.git
cd csources
sh build.sh
cd `pwd`/nim-0.17.0
echo `pwd`
ll .
cd ../
bin/nim c koch
./koch boot -d:release
./koch tools
before_script:
- export PATH=`pwd`/nim-0.17.0/bin:$PATH
- export PATH=`pwd`/Nim/bin:$PATH

script:
- nimble test
Expand Down

0 comments on commit 3fd84b2

Please sign in to comment.