Skip to content
This repository has been archived by the owner on Dec 22, 2020. It is now read-only.

Commit

Permalink
Added travis CI configuration (#19)
Browse files Browse the repository at this point in the history
* Added travis CI configuration

* Added travis build image to readme
  • Loading branch information
wbreza authored Jul 18, 2016
1 parent 7a9466f commit 37d01de
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 4 deletions.
17 changes: 17 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
language: node_js
node_js:
- '4.4'
before_install:
- npm install -g typings typescript
- npm link typescript
- typings install
script: tsc
deploy:
provider: npm
email: [email protected]
api_key:
secure: bo5ec5OaQ5mdG2tQV32Telbkx1kbcHgqBzBmEUAaH2QlY/47Bdx3BIC7SyA7vnLzBhixF7+V7biISa/1gOmjQ/OyhaHLzMiaGn+SMhSKUh0MD6ZhsT1p263QqHX4W6km/QQo8SOdWNuReetT2dfolSakAfPrLO9Lldtl4zDR4AIHn1MDpsEGa7xEemuOWIpu7iaIPDkm5LE9wkOjCcmfVyQumPABq3rEjyGiwGNP511731I0RK2fwmpWNdMZcQfsAMK1a60POeyoi9XsN2ThAqBAIaqESt7k+eaaAHuv42TylkI19hzpqDFVutwdRCI5GL0/ewGRztfF0d54O7U/3ZQsSwcWBJd2aP9ED5wL1kZ02cNyD+RZdvA4Svr38oU8EaVMv/GWAxvL3WMF737VtYKfWFNAzb4GicL1aOavf6vAM5LAcDCDR7ZJQv9EAgkJdBsyHCtkrzb8CECIGyC7z3NzeRlOUNK2V+Y9vYDNj/z9xb8bzyWwsjBm6KSFbP/SB5TxzGfPI4mCY0bpH7xPMQSCIsREHCrjwAXMa4nT2NJG7kwrOjAEFU9800fXEbjpFjnLmYj5l1xt83FVTgHxZVkvFtK/JOx2GxKMccA/Eaims+LzNrEI2TOS+oryznGfI8JGTVimdHowAVQ9MHAqdY1Wi0IvTqykcXvCapQc+To=
on:
tags: true
repo: Microsoft/PowerBI-Cli
branch: master
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# powerbi-cli

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

Power BI command line interface for managing Power BI Embedded workspace collections
## Installation
Install from npm
Expand Down
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@
"main": "./index.js",
"typings": "./index.d.ts",
"scripts": {
"preinit": "npm install -g typings typescript && npm install",
"init": "typings install && tsc",
"prepublish": "dos2unix bin/**",
"postpublish": "unix2dos bin/**"
"precontrib": "npm install -g typings typescript && npm install",
"contrib": "typings install && tsc"
},
"author": "PowerBI <[email protected]> (https://dev.powerbi.com)",
"license": "MIT",
Expand Down

0 comments on commit 37d01de

Please sign in to comment.