Skip to content

Commit

Permalink
Merge 8780540 into 0abcb50
Browse files Browse the repository at this point in the history
  • Loading branch information
bkendall committed Jun 30, 2018
2 parents 0abcb50 + 8780540 commit 0118de2
Show file tree
Hide file tree
Showing 5 changed files with 8,798 additions and 29 deletions.
14 changes: 2 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
language: node_js
node_js:
- '0.10'
- '4'
- '6'
- '8'
- '10'
sudo: false
before_install:
- if [[ "$(npm --version)" =~ ^1\..+ ]]; then npm install -g npm@2; fi
before_script:
- npm run lint:type:start-server
script:
Expand All @@ -14,13 +12,5 @@ script:
- npm run integration
after_script:
- npm run coveralls
deploy:
provider: npm
email: bryan@bryankendall.com
api_key:
secure: FuGGwoqvUpdPCN5T6jHrmjyc7XJOfIMmeMufvXlgbY6iQoYZPtjhaJddDETqpsxoJ9QAiOAvIMyhsSbdPFE2wxAVbIVMQIzBXFYMsD7ApcB8fTFEhxNVT8k1UAvEUCKNRckM0E9JZA5EadMAsU6iscNHo4QaOlwR25BQgiLNRtjjjVU8P8v3Loz7BPGkW+JieVr2AEu6TV3Wbx0U2RNtwSqv7+tgnwfelWkWPQnnf+9+8Pv2FhIc+PUQxXu4yvlw2TCOR3zGUj1YBVDYgdzpxPIwybGyaebJXVysOdvE7noa/Zwt/w43dOpPDchcyUE0ZiL6CrqQuRHNXKCFogI2hH0XdcKlvOxCKSmuicwo3nIDNwKgdju6RdBiJCvyXvazdr3U9BuDzPAg62ducph87w+NS4s7QnS2ZMoj4vrUXGbL+SOqS7sxktnEQjshhpdQptyK3JiLR/9wer6KMGJoAZrmldBg9MUByjlezYjEQNGKWodsGLE6vRUKxcbfuYXbScPYpklcAiruTgpWxIph4wfE3EIaCfmsx2qTS1A6GV1UhjtrrAHzyXmIcEbh8IS66QxDVgHUII4EmGlyPArCU+gNGgw/65kRFJb+YEhG5ezUlunk/GHkhzUFl+KGeGOipClQnlvzdNBymWBbbMYgX8b6+H+UNLxBcYtOXOKu71w=
on:
tags: true
node: '4'
notifications:
email: false
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Scientist

[![Build Status](https://img.shields.io/travis/Runnable/scientist/master.svg?style=flat-square)](https://travis-ci.org/Runnable/scientist)
[![Coverage Status](https://img.shields.io/coveralls/Runnable/scientist/master.svg?style=flat-square)](https://coveralls.io/github/Runnable/scientist?branch=master)
[![Build Status](https://img.shields.io/travis/bkendall/scientist/master.svg?style=flat-square)](https://travis-ci.org/bkendall/scientist)
[![Coverage Status](https://img.shields.io/coveralls/bkendall/scientist/master.svg?style=flat-square)](https://coveralls.io/github/bkendall/scientist?branch=master)
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](http://standardjs.com/)
[![NPM Version](https://img.shields.io/npm/v/node-scientist.svg?style=flat-square)](https://www.npmjs.com/package/node-scientist)

Expand Down
Loading

0 comments on commit 0118de2

Please sign in to comment.