Skip to content
Snippets Groups Projects
Commit 8bd5a473 authored by Donald Stufft's avatar Donald Stufft
Browse files

Setup travis to use the NACL variable to determine installation

parent 2d6f66d6
No related branches found
No related tags found
No related merge requests found
...@@ -8,8 +8,8 @@ python: ...@@ -8,8 +8,8 @@ python:
install: install:
- sudo apt-get install python-pip - sudo apt-get install python-pip
- sudo /usr/bin/pip install git+git://github.com/pyinvoke/invoke.git - sudo /usr/bin/pip install git+git://github.com/pyinvoke/invoke.git
- 'if [ -n "${VAR+x}" ]; then invoke install-nacl --library=$NACL; fi' - 'if [ -n "${NACL+x}" ]; then invoke install-nacl --library=$NACL; fi'
- 'if [ -n "${VAR+x}" ]; then invoke install --dev; fi' - 'if [ -n "${NACL+x}" ]; then invoke install --dev; fi'
script: script:
- invoke tests --suite=$SUITE - invoke tests --suite=$SUITE
env: env:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment