From 9acbb5992c60f83e4222d167f1468117d9217127 Mon Sep 17 00:00:00 2001 From: Joonas Javanainen Date: Mon, 4 Jan 2016 18:47:04 +0200 Subject: [PATCH] Travis configuration --- .travis.yml | 8 ++++++++ README.markdown | 2 ++ 2 files changed, 10 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..8c91a74 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,8 @@ +language: rust +rust: + - stable + - beta + - nightly +matrix: + allow_failures: + - rust: nightly diff --git a/README.markdown b/README.markdown index 57ebb65..321e4c1 100644 --- a/README.markdown +++ b/README.markdown @@ -2,6 +2,8 @@ **Ultra hyper turbo cyber mega extra über experimental!!!** +[![Build Status](https://travis-ci.org/Gekkio/imgui-rs.svg?branch=master)](https://travis-ci.org/Gekkio/imgui-rs) + ![Hello world](hello_world.png) ```rust