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

Fix the syntax of the bash logic

parent 45410500
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 "${VAR+x}" ]; then invoke install-nacl --library=$NACL; fi'
- 'if [ -n "${VAR+x}" ]; then: invoke install --dev; fi' - 'if [ -n "${VAR+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