Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rust-num/num-bigint
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ffa03296c473df720b0850989041aa5f874601a9
Choose a base ref
..
head repository: rust-num/num-bigint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 69267c5333a5aa66e5d558338b7e895873a92007
Choose a head ref
Showing with 2 additions and 9 deletions.
  1. +2 −9 .travis.yml
11 changes: 2 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -13,19 +13,12 @@ script:
- ./ci/test_full.sh
matrix:
include:
- name: "i686"
rust: stable
env: TARGET=i686-unknown-linux-gnu
- name: "Rust: stable-i686"
rust: stable-i686-unknown-linux-gnu
addons:
apt:
packages:
- gcc-multilib
before_script:
- rustup toolchain install --profile minimal stable-$TARGET
- rustup default stable-$TARGET
script:
- cargo build --verbose
- ./ci/test_full.sh
- name: "rustfmt"
rust: 1.31.0
before_script: