Skip to content

Commit

Permalink
travis
Browse files Browse the repository at this point in the history
  • Loading branch information
disruptek committed Feb 16, 2020
1 parent e03895b commit 17ba170
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
os:
- windows
- linux
- osx

language: c

env:
- BRANCH=1.0.6
- BRANCH=devel

cache:
directories:
- "$HOME/.choosenim"
- "$TRAVIS_BUILD_DIR/git"

install:
- curl https://gist.github.com/genotrance/fb53504a4fba88bc5201d3783df5c522/travis.sh -LsSf -o travis.sh
- source travis.sh

script:
- nimble install -y -d
- nimble test
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# OpenAPI Code Generator for Nim
# OpenAPI Code Generator for Nim [![Build Status](https://travis-ci.org/disruptek/openapi.svg?branch=master)](https://travis-ci.org/disruptek/openapi)

## Example

Expand Down

0 comments on commit 17ba170

Please sign in to comment.