Skip to content

Commit

Permalink
Fixed broken Travis-CI link (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
haavars authored and yangshun committed Jun 21, 2017
1 parent 1596e10 commit bbab803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ [email protected] was [released in May 2017](https://github.com/npm/npm/releases/tag/v5.

## Continuous Integration

We use [Travis CI](travis-ci.com) for our continuous integration (CI) pipeline. Travis is a highly popular CI on Github and its [build matrix](https://docs.travis-ci.com/user/customizing-the-build#Build-Matrix) feature is useful for repositories which contain multiple projects like Grab's. We configured Travis to do the following:
We use [Travis CI](https://travis-ci.com/) for our continuous integration (CI) pipeline. Travis is a highly popular CI on Github and its [build matrix](https://docs.travis-ci.com/user/customizing-the-build#Build-Matrix) feature is useful for repositories which contain multiple projects like Grab's. We configured Travis to do the following:

- Run linting for the project.
- Run unit tests for the project.
Expand Down

0 comments on commit bbab803

Please sign in to comment.