Skip to content

Commit

Permalink
Merge branch 'release/0.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
marmos91 committed Apr 15, 2017
2 parents a9438a1 + be486b8 commit 578dacb
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
35 changes: 35 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# You can use any Docker image from Docker Hub or your own container registry
language: node_js
node_js:
- "7.7.1"

env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8

branches:
only:
- master

before_install:
- npm config set spin false

install:
- npm uninstall typescript
- npm install -g typescript
- npm install --development

cache:
directories:
- "node_modules"

before_script:
- tsc

script:
- npm test
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A decorator version of the winston logger written completely in Typescript.",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "mocha dist/test/**/*.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 578dacb

Please sign in to comment.