From c0b7914a900a90cce559c51c19e460c49a50ef67 Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Tue, 9 Jun 2015 20:28:13 -0700 Subject: [PATCH 1/2] Build and test on Travis CI (OSX) --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..d5979d3 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,3 @@ +language: rust +rust: nightly +os: osx From f69988cadb2b4aae06aadd469e99145221bc0a5c Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Tue, 9 Jun 2015 20:29:31 -0700 Subject: [PATCH 2/2] Init README --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ce0909a --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# core-foundation-rs + +[![Build Status](https://travis-ci.org/servo/core-foundation-rs.svg?branch=master)](https://travis-ci.org/servo/core-foundation-rs)