We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 306f7f2 + 073e7fd commit 283bbb1Copy full SHA for 283bbb1
.travis.yml
@@ -0,0 +1,26 @@
1
+---
2
+language: node_js
3
+env:
4
+ - CXX=g++-4.8
5
+addons:
6
+ apt:
7
+ sources:
8
+ - ubuntu-toolchain-r-test
9
+ packages:
10
+ - g++-4.8
11
+sudo: false
12
+node_js:
13
+ - "stable"
14
+ - "7.1.0"
15
+ - "7.0.0"
16
+ - "6.9.1"
17
+ - "6.5"
18
+ - "6.4"
19
+ - "6.3"
20
+ - "5.12"
21
+ - "4.4"
22
+ - "0.12"
23
+cache:
24
+ bundler: true
25
+ directories:
26
+ - node_modules # NPM packages
README.md
@@ -0,0 +1,4 @@
+# CSDLParser
+========
+
+[](https://travis-ci.org/pboyd04/CSDLParser)
0 commit comments