Skip to content

Commit

Permalink
Added Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
neikei committed Jun 3, 2018
1 parent cc2168a commit 01cde64
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
language: python
script:
- wget https://github.com/neikei/syntaxchecks/archive/master.zip
- unzip master.zip && rm master.zip
- syntaxchecks-master/syntaxchecks.sh -p "`pwd`" -a -s
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Syntaxchecks

[![Build Status](https://travis-ci.org/neikei/syntaxchecks.svg?branch=master)](https://travis-ci.org/neikei/syntaxchecks)

<!-- TOC -->

- [Syntaxchecks](#syntaxchecks)
Expand All @@ -13,6 +15,7 @@
- [Jenkins](#jenkins)
- [Bamboo](#bamboo)
- [Bitbucket Pipelines](#bitbucket-pipelines)
- [Travis CI](#travis-ci)
- [Regular expressions](#regular-expressions)
- [Third party software](#third-party-software)

Expand Down Expand Up @@ -121,6 +124,15 @@ pipelines:
- rm -rf syntaxchecks-master
```

### Travis CI

```bash
script:
- wget https://github.com/neikei/syntaxchecks/archive/master.zip
- unzip master.zip && rm master.zip
- syntaxchecks-master/syntaxchecks.sh -p "`pwd`" -a -s
```

## Regular expressions

```bash
Expand Down

0 comments on commit 01cde64

Please sign in to comment.