Skip to content

Commit f3f7ca5

Browse files
Add TravisCI Support
1 parent 8cc2852 commit f3f7ca5

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.travis.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
language: python
2+
python:
3+
- "3.3"
4+
5+
install:
6+
- "pip install -r requirements.txt"
7+
- "curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.31.7/install.sh | bash"
8+
- "nvm install"
9+
- "nvm use"
10+
- "npm install -g gulp"
11+
- "npm install"
12+
script:
13+
- "gulp production"

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Conditional
22
===========
33

4+
[![Build Status](https://travis-ci.org/ComputerScienceHouse/conditional.svg?branch=travis-ci)](https://travis-ci.org/ComputerScienceHouse/conditional)
5+
46
A comprehensive membership evaluations solution for Computer Science House.
57

68
Development

0 commit comments

Comments
 (0)