Skip to content

Commit

Permalink
Added travisCI support
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Rupert committed Sep 24, 2015
1 parent d09592c commit 4cc5dd3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
language: python
python:
- "2.6"
- "2.7"
install: "pip install -r requirements.txt"
script: "html5validator"
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Build Status](https://travis-ci.org/ISU-WebDevClub/prisum.svg)](https://travis-ci.org/ISU-WebDevClub/prisum)

# prisum
The website for PrISUm Solar Car Team at Iowa State University

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
Flask==0.10.1
html5validator==0.1.13

0 comments on commit 4cc5dd3

Please sign in to comment.