Skip to content

Commit 8a40492

Browse files
committed
add .travis.yml
1 parent 7e01c49 commit 8a40492

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
language: python
2+
python:
3+
- 2.6
4+
- 2.7
5+
before_install:
6+
- sudo apt-get update -qq
7+
- sudo apt-get install -qq nodejs
8+
script:
9+
- cd test && ./test.sh

0 commit comments

Comments
 (0)