diff options
author | 2018-05-31 11:09:56 +0200 | |
---|---|---|
committer | 2018-05-31 11:09:56 +0200 | |
commit | 43b6ca61dc4d25f2d86443b564fcaa3722ec5de7 (patch) | |
tree | 36d8c3b71a43a1beb65ef6a022d1696a0e49e494 | |
parent | chmod +x on nsjail (diff) |
chmod +x on ci.sh
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index f871276..eccb0ce 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,12 +15,15 @@ env: global: - PIPENV_VENV_IN_PROJECT=1 - PIPENV_IGNORE_VIRTUALENVS=1 + - PIPENV_NOSPIN=1 + - PIPENV_HIDE_EMOJIS=1 install: - pip install pipenv - pipenv sync --dev --three script: - - ./scripts/ci.sh + - chmod +x scripts/ci.sh + - bash scripts/ci.sh - pipenv run lint - pipenv run test #after_success: |