mirror of
https://github.com/bspeice/dtparse
synced 2024-11-14 09:58:09 -05:00
set -u is unusable
This commit is contained in:
parent
1e9a0c3bd1
commit
667ad8be1d
@ -16,7 +16,7 @@ matrix:
|
|||||||
rust: nightly
|
rust: nightly
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- set -eu
|
- set -e
|
||||||
- pip install dateutil
|
- pip install dateutil
|
||||||
- rustup self update
|
- rustup self update
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user