Skip to content

Commit

Permalink
Adds tests for ICU versions 64, 65 and 66.
Browse files Browse the repository at this point in the history
This ensures that all versions of ICU of interest are well tested.

Fixes google#38
  • Loading branch information
filmil committed Jan 9, 2020
1 parent a3ff8c1 commit 33058b0
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
language: rust
rust:
- nightly

services:
- docker
rust:
- nightly
env:
- DOCKER_TEST_ENV=rust_icu_testenv-64
- DOCKER_TEST_ENV=rust_icu_testenv-65
- DOCKER_TEST_ENV=rust_icu_testenv-66

script:
- make docker-test

0 comments on commit 33058b0

Please sign in to comment.