Skip to content

Commit

Permalink
again, attempt #3
Browse files Browse the repository at this point in the history
  • Loading branch information
prixt committed Mar 29, 2020
1 parent 9fe5680 commit 055acfb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ os:

before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -y libasound2-dev libgtk-3-dev libwebkit2gtk-4.0-dev ; fi
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then rustup install stable-x86_64-pc-windows-msvc \
rustup default stable-x86_64-pc-windows-msvc ; fi
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then rustup default stable-x86_64-pc-windows-msvc ; fi

script:
- cargo build --verbose --release
Expand Down

0 comments on commit 055acfb

Please sign in to comment.