Skip to content

Commit

Permalink
fix(core): Run CI on 1.34
Browse files Browse the repository at this point in the history
Fixes #90
  • Loading branch information
oyvindln committed Oct 4, 2020
1 parent 5a5522d commit c6f6cd4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ compiler:
rust:
- stable
- nightly
- 1.34.0
before_install:
- sudo apt-get update
- sudo apt-get install valgrind
Expand All @@ -16,3 +17,4 @@ script:
- ./test.sh
after_success:
- ./travis-after-success.sh
cache: cargo

0 comments on commit c6f6cd4

Please sign in to comment.