mirror of
https://github.com/bspeice/dtparse
synced 2025-08-04 22:45:09 -04:00
set -u is unusable
This commit is contained in:
@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user