Skip to content

Commit

Permalink
Merge pull request #28 from notion-cli/travis
Browse files Browse the repository at this point in the history
Add travis-ci support
  • Loading branch information
stefanpenner authored Feb 1, 2018
2 parents 118763b + cb917ef commit 85f3438
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
sudo: required
language: rust
rust:
- stable
- beta
- nightly
cache: cargo
matrix:
allow_failures:
- rust: nightly
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Notion: the hassle-free node.js manager
[![Build Status](https://travis-ci.org/notion-cli/notion.svg?branch=master)](https://travis-ci.org/notion-cli/notion)

**This project is just getting started.**

Expand Down

0 comments on commit 85f3438

Please sign in to comment.