Skip to content

Commit

Permalink
Merge pull request #1564 from pelias/remove-references-to-travis-ci
Browse files Browse the repository at this point in the history
Remove references to TravisCI
  • Loading branch information
orangejulius authored Sep 23, 2021
2 parents 48686cf + cc91554 commit 71c7e43
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Run unit tests
run: |
npm install
npm run travis
npm run ci
npm-publish:
needs: unit-tests
if: github.ref == 'refs/heads/master' && github.event_name == 'push'
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,4 @@ $ curl localhost:9200/pelias/_count?pretty

### Continuous Integration

Travis tests every release against all supported Node.js versions.

[![Build Status](https://travis-ci.org/pelias/api.png?branch=master)](https://travis-ci.org/pelias/api)
CI tests every release against all supported Node.js versions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"lint": "jshint .",
"start": "./bin/start",
"test": "npm run unit",
"travis": "npm test",
"ci": "npm test",
"unit": "./bin/units",
"validate": "npm ls",
"config": "node -e \"console.log(JSON.stringify(require( 'pelias-config' ).generate(require('./schema')), null, 2))\"",
Expand Down

0 comments on commit 71c7e43

Please sign in to comment.