diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..8437f29 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,15 @@ +language: rust +rust: + - nightly + +before_install: + - sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test + - sudo apt-get update + - sudo apt-get install gcc-4.7 g++-4.7 + - sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.7 20 + - sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.7 20 + - g++ --version + - sudo apt-get update -qq + +notifications: + webhooks: http://build.servo.org:54856/travis