Skip to content

Commit

Permalink
Nightly build temporray disabled until vulkano-rs#1423 resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
Eliah-Lakhin committed Oct 8, 2020
1 parent 9817800 commit 813e703
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ jobs:
dist: bionic
rust:
- stable
- os: linux
dist: bionic
rust:
- nightly
# Nightly build turned off until #1423 resolved
# - os: linux
# dist: bionic
# rust:
# - nightly
- os: osx
rust:
- stable
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG_VULKANO.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
- Added additional device feature flags for enabling SPIR-V related capabilities.
- Added method `copy_buffer_dimensions` that allows copying parts of buffers containing arrays.
- Fixed surface creation function on Windows(PR #1410).
- Travis Linux Nightly job temporary disabled until #1423 resolved.

# Version 0.19.0 (2020-06-01)

Expand Down

0 comments on commit 813e703

Please sign in to comment.