Skip to content
This repository was archived by the owner on Oct 10, 2019. It is now read-only.

Commit 2437ca5

Browse files
committed
Bump minimum version
1 parent 39b32c9 commit 2437ca5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ language: rust
22
sudo: false
33
rust:
44
- nightly
5-
- beta
6-
- 1.8.0
5+
- 1.11.0
76
script:
87
- (test $TRAVIS_RUST_VERSION != "nightly" || env RUST_BACKTRACE=1 cargo test --manifest-path=postgres-derive-macros/Cargo.toml)
98
- cargo test --manifest-path=postgres-derive-codegen/test/Cargo.toml

0 commit comments

Comments
 (0)