diff options
| author | Fenrir <[email protected]> | 2018-05-15 01:00:28 -0600 |
|---|---|---|
| committer | Fenrir <[email protected]> | 2018-05-15 01:10:49 -0600 |
| commit | 05ad9c78ec2458a598c81fabebd9eb7989b8b854 (patch) | |
| tree | b9197979bfba1219fa6d77f4f7d6e7fc1e99077c | |
| parent | Update bindings for libctru 1.5.0 (diff) | |
| download | archived-ctru-rs-05ad9c78ec2458a598c81fabebd9eb7989b8b854.tar.xz archived-ctru-rs-05ad9c78ec2458a598c81fabebd9eb7989b8b854.zip | |
Update travis config
| -rw-r--r-- | .travis.yml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 76c4977..31913f5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,16 +16,15 @@ install: - export DEVKITPRO="/opt/devkitpro" - export DEVKITARM="$DEVKITPRO/devkitARM" - export PATH="$PATH:$DEVKITARM/bin" - - wget https://raw.githubusercontent.com/devkitPro/installer/master/perl/devkitARMupdate.pl - - chmod +x devkitARMupdate.pl - - ./devkitARMupdate.pl "$DEVKITPRO" + - wget https://github.com/devkitPro/pacman/releases/download/v1.0.0/devkitpro-pacman.deb + - sudo dpkg -i devkitpro-pacman.deb + - sudo dkp-pacman -S --noconfirm devkitARM libctru # Install Xargo - cargo install xargo # Install Rust source - rustup component add rust-src - - popd script: |