diff options
| author | Lex Neva <github.com@lexneva.name> | 2018-06-03 12:35:14 -0400 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2018-06-03 12:35:14 -0400 |
| commit | fd6ae02fb3c0f003e08c66858366689a9e9f9f36 (patch) | |
| tree | 9a7e769c1b786a12ce0c4c58439feba026f1c97f | |
| parent | 74c48a867e3556f7f6d1b79701d897809dfa7aae (diff) | |
stop failing
| -rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index a7334656..b69d9514 100644 --- a/.travis.yml +++ b/.travis.yml @@ -144,6 +144,7 @@ install: elif [ -n "$LINT" ]; then pip install flake8 fi + set +e before_script: - "echo LINT: $LINT BUILD: $BUILD" script: |
