Adds .nimble/bin to PATH in travis.

This commit is contained in:
Dominik Picheta 2018-08-23 00:42:48 +01:00
commit e06ad6e497

View file

@ -15,7 +15,7 @@ install:
before_script:
- set -e
- set -x
- export PATH=`pwd`/nim-0.18.0/bin:$PATH
- export PATH=`pwd`/nim-0.18.0/bin:$HOME/.nimble/bin:$PATH
script:
- cd tests