Adds .nimble/bin to PATH in travis.
This commit is contained in:
parent
db222bbae1
commit
e06ad6e497
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ install:
|
||||||
before_script:
|
before_script:
|
||||||
- set -e
|
- set -e
|
||||||
- set -x
|
- set -x
|
||||||
- export PATH=`pwd`/nim-0.18.0/bin:$PATH
|
- export PATH=`pwd`/nim-0.18.0/bin:$HOME/.nimble/bin:$PATH
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- cd tests
|
- cd tests
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue