Skip to content
Snippets Groups Projects
Commit a1d779a1 authored by Axel Magnuson's avatar Axel Magnuson
Browse files

update travis.yml to post-1.0

parent d2702902
No related branches found
No related tags found
No related merge requests found
env:
global:
- secure: zpxgR0Nn7YhCRXPjfR/gcdxAObeJLBoRMW0qeKiyuc4V6Y1guZ9EfnvJ5uL4pRXnP0LZrXm/WwYicXm7J0vTwQwq/4Bf0NXykysZfVrHFTY5Wook/QXJd8OajCwuJa8d/wr6Dx/wGe/80gi8hZibraMS5QkWKgtzz9HCFLM99uw=
language: rust language: rust
before_install:
- sudo add-apt-repository ppa:team-xbmc/ppa -y
- sudo apt-get update -qq
install:
- sudo apt-get install libsdl2-dev
script:
- cargo build
- cargo test
- cargo doc
after_success:
- curl http://www.rust-ci.org/artifacts/put?t=$RUSTCI_TOKEN | sh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment