From 43b6ca61dc4d25f2d86443b564fcaa3722ec5de7 Mon Sep 17 00:00:00 2001 From: Christopher Baklid Date: Thu, 31 May 2018 11:09:56 +0200 Subject: chmod +x on ci.sh --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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: -- cgit v1.2.3