Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/pboyd04/CSDLParser
Browse files Browse the repository at this point in the history
  • Loading branch information
pboyd04 committed Nov 15, 2016
2 parents 306f7f2 + 073e7fd commit 283bbb1
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
language: node_js
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
sudo: false
node_js:
- "stable"
- "7.1.0"
- "7.0.0"
- "6.9.1"
- "6.5"
- "6.4"
- "6.3"
- "5.12"
- "4.4"
- "0.12"
cache:
bundler: true
directories:
- node_modules # NPM packages
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# CSDLParser
========

[![Build Status](https://travis-ci.org/pboyd04/CSDLParser.svg?branch=master)](https://travis-ci.org/pboyd04/CSDLParser)

0 comments on commit 283bbb1

Please sign in to comment.