Skip to content

Commit

Permalink
Build and test in release mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
frewsxcv committed Dec 24, 2018
1 parent 589c2da commit bdf7110
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ before_install:
fi

script:
- (cd geo-types && cargo build $GEO_TYPES_FEATURES && cargo test $GEO_TYPES_FEATURES)
- (cd geo && cargo build $GEO_FEATURES && cargo test $GEO_FEATURES)
- (cd geo-types && cargo build --release $GEO_TYPES_FEATURES && cargo test --release $GEO_TYPES_FEATURES)
- (cd geo && cargo build --release $GEO_FEATURES && cargo test --release $GEO_FEATURES)

0 comments on commit bdf7110

Please sign in to comment.