Skip to content

Commit

Permalink
CI: add travis jobs to check 193 platform
Browse files Browse the repository at this point in the history
  • Loading branch information
Undin committed Sep 13, 2019
1 parent 77a853b commit 391c2ce
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Expand Up @@ -29,6 +29,11 @@ matrix:
env: RUST_VERSION=$NIGHLY_RUST_VERSION ORG_GRADLE_PROJECT_platformVersion=192
- name: clion-192/nightly-rust
env: RUST_VERSION=$NIGHLY_RUST_VERSION ORG_GRADLE_PROJECT_platformVersion=192 ORG_GRADLE_PROJECT_baseIDE=clion
# 193 platform
- name: idea-193/nightly-rust
env: RUST_VERSION=$NIGHLY_RUST_VERSION ORG_GRADLE_PROJECT_platformVersion=193
- name: clion-193/nightly-rust
env: RUST_VERSION=$NIGHLY_RUST_VERSION ORG_GRADLE_PROJECT_platformVersion=193 ORG_GRADLE_PROJECT_baseIDE=clion

install: true

Expand Down

0 comments on commit 391c2ce

Please sign in to comment.