Skip to content

Commit ff5fd9f

Browse files
Alan-ChaErikWittern
authored andcommitted
Set up Travis CI
Signed-off-by: Alan Cha <[email protected]>
1 parent 86c3129 commit ff5fd9f

File tree

4 files changed

+29
-84
lines changed

4 files changed

+29
-84
lines changed

.travis.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
sudo: false
2+
language: node_js
3+
node_js:
4+
- '8'
5+
- '10'
6+
7+
os:
8+
- linux
9+
- osx
10+
11+
script: npm run test
12+
13+
branches:
14+
only:
15+
- master

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
![GitHub last commit](https://img.shields.io/github/last-commit/strongloop/oasgraph.svg)
2-
![David](https://img.shields.io/david/strongloop/oasgraph.svg)
3-
[![npm](https://img.shields.io/npm/v/oasgraph.svg?longCache=true&style=flat)](https://www.npmjs.com/package/oasgraph)
4-
[![Join the chat at https://gitter.im/oasgraph/Lobby](https://badges.gitter.im/oasgraph/Lobby.svg)](https://gitter.im/oasgraph/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
1+
![GitHub last commit](https://img.shields.io/github/last-commit/strongloop/oasgraph.svg?style=flat)
2+
![Travis (.org)](https://img.shields.io/travis/strongloop/oasgraph.svg?style=flat)
3+
![David](https://img.shields.io/david/strongloop/oasgraph.svg?style=flat)
4+
[![npm](https://img.shields.io/npm/v/oasgraph.svg?style=flat)](https://www.npmjs.com/package/oasgraph)
5+
[![Join the chat at https://gitter.im/oasgraph/Lobby](https://badges.gitter.im/oasgraph/Lobby.svg?style=flat)](https://gitter.im/oasgraph/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
56

67
# OASGraph
78

package-lock.json

Lines changed: 6 additions & 79 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
"contributors": [
88
"Alan Cha"
99
],
10+
"engines": {
11+
"node": ">=8"
12+
},
1013
"repository": {
1114
"type": "git",
1215
"url": "https://github.com/strongloop/oasgraph.git"
@@ -72,7 +75,6 @@
7275
"jest": "^23.6.0",
7376
"js-yaml": "^3.12.0",
7477
"nodemon": "^1.18.4",
75-
"pre-commit": "^1.2.2",
7678
"rimraf": "^2.6.1",
7779
"simple-statistics": "^6.1.1",
7880
"standard": "^12.0.1",

0 commit comments

Comments
 (0)