Skip to content

Commit

Permalink
Merge f49088e into c05373f
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Nov 28, 2018
2 parents c05373f + f49088e commit 7e61a41
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 39 deletions.
29 changes: 0 additions & 29 deletions .appveyor.yml

This file was deleted.

18 changes: 10 additions & 8 deletions .travis.yml
Expand Up @@ -6,23 +6,25 @@ language: node_js
node_js:
- "10"

install:
- npm ci
os:
- linux
- windows

before_script:
- curl --silent https://v4.ifconfig.co/

script:
- npm run all-with-coverage
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then npm run all-with-coverage; fi
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then npm run test; fi

after_success:
- npm run coveralls
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then npm run coveralls; fi

cache:
directories:
- "$HOME/.npm"

notifications:
email:
- joshua@mervine.net
- bootstrap@maxcdn.com

cache:
directories:
- "$HOME/.npm"
3 changes: 1 addition & 2 deletions README.md
@@ -1,7 +1,6 @@
# BootstrapCDN

[![Linux Build Status](https://img.shields.io/travis/MaxCDN/bootstrapcdn/develop.svg?label=Linux%20build&style=flat-square)](https://travis-ci.org/MaxCDN/bootstrapcdn)
[![Windows Build status](https://img.shields.io/appveyor/ci/jdorfman/bootstrapcdn/develop.svg?label=Windows%20build&style=flat-square)](https://ci.appveyor.com/project/jdorfman/bootstrapcdn)
[![Build Status](https://img.shields.io/travis/MaxCDN/bootstrapcdn/develop.svg?label=Build%20Status&style=flat-square)](https://travis-ci.org/MaxCDN/bootstrapcdn)
[![Coverage Status](https://img.shields.io/coveralls/github/MaxCDN/bootstrapcdn.svg?style=flat-square)](https://coveralls.io/github/MaxCDN/bootstrapcdn)
[![dependencies Status](https://img.shields.io/david/MaxCDN/bootstrapcdn.svg?style=flat-square)](https://david-dm.org/MaxCDN/bootstrapcdn)
[![devDependencies Status](https://img.shields.io/david/dev/MaxCDN/bootstrapcdn.svg?style=flat-square)](https://david-dm.org/MaxCDN/bootstrapcdn?type=dev)
Expand Down

0 comments on commit 7e61a41

Please sign in to comment.