We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e01c49 commit 8a40492Copy full SHA for 8a40492
.travis.yml
@@ -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