Skip to content

Commit 283bbb1

Browse files
committed
Merge branch 'master' of https://github.com/pboyd04/CSDLParser
2 parents 306f7f2 + 073e7fd commit 283bbb1

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

.travis.yml

+26
Original file line numberDiff line numberDiff line change
@@ -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

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# CSDLParser
2+
========
3+
4+
[![Build Status](https://travis-ci.org/pboyd04/CSDLParser.svg?branch=master)](https://travis-ci.org/pboyd04/CSDLParser)

0 commit comments

Comments
 (0)