Skip to content
This repository has been archived by the owner on Jun 10, 2022. It is now read-only.

Commit

Permalink
add travisci support
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaguar0625 committed May 12, 2018
1 parent fb25e0f commit ef5ea05
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
28 changes: 28 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
language: node_js

node_js:
- "8"
- "9"

addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- libzmq3-dev

services: mongodb

env:
matrix:
- SUBPROJECT=catapult-sdk
- SUBPROJECT=monitor
- SUBPROJECT=rest
- SUBPROJECT=spammer

cache: yarn

before_script:
- sh yarn_setup.sh

script: cd ${SUBPROJECT} && yarn test
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# catapult-rest

[![Build Status](https://api.travis-ci.org/nemtech/catapult-rest.svg?branch=master)](https://travis-ci.org/nemtech/catapult-rest)

## Requirements

- NodeJS version 8 or 9
Expand All @@ -10,4 +12,4 @@
Copyright (c) 2018 Jaguar0625, gimre, BloodyRookie, Tech Bureau, Corp Licensed under the [GNU Lesser General Public License v3](LICENSE)


[yarn]: https://yarnpkg.com/lang/en/
[yarn]: https://yarnpkg.com/lang/en/

0 comments on commit ef5ea05

Please sign in to comment.