1
0
mirror of https://github.com/bspeice/dtparse synced 2024-11-12 17:08:09 -05:00

set -u is unusable

This commit is contained in:
Bradlee Speice 2018-06-08 23:38:54 -04:00
parent 1e9a0c3bd1
commit 667ad8be1d

View File

@ -16,7 +16,7 @@ matrix:
rust: nightly
before_install:
- set -eu
- set -e
- pip install dateutil
- rustup self update