We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cc2852 commit f3f7ca5Copy full SHA for f3f7ca5
.travis.yml
@@ -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
@@ -1,6 +1,8 @@
Conditional
===========
+[](https://travis-ci.org/ComputerScienceHouse/conditional)
A comprehensive membership evaluations solution for Computer Science House.
Development
0 commit comments