Skip to content

Commit c7ee0b7

Browse files
committed
add travis config
1 parent 1c4d911 commit c7ee0b7

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.travis.yml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
language: ruby
2+
rvm:
3+
# https://pages.github.com/versions/
4+
- 2.1.1
5+
cache: bundler
6+
script: bundle exec jekyll build
7+
branches:
8+
only:
9+
- /.*/

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# Student directory
1+
# Student directory [![Build Status](https://travis-ci.org/advanced-js/students.svg?branch=gh-pages)](https://travis-ci.org/advanced-js/students)
22

33
Repository for practicing doing pull requests. Introduce yourself via a `USERNAME.json` file under [the `_data/TERM_YEAR/` directory](_data/) for this term, and submit via pull request. See [the example file](_data/spring_2015/afeld.json), and pick your own emoji from [this list](http://www.emoji-cheat-sheet.com/).

0 commit comments

Comments
 (0)