Skip to content
This repository has been archived by the owner on Apr 12, 2023. It is now read-only.

Commit

Permalink
Merge pull request #236 from sidhyatikku/travis
Browse files Browse the repository at this point in the history
Integrate Travis CI
  • Loading branch information
nikitadhiman committed Dec 8, 2018
2 parents e07e196 + e9087b9 commit 8570ecb
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
27 changes: 27 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
language: node_js
node_js:
- "8"

sudo: required

notifications:
email:
on_failure: change
on_success: always

addons:
chrome: stable

before_script:
- npm install typescript@3.1.1
- npm i
- npm install -g @angular/cli
- export CHROME_BIN=chromium-browser
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start

script:
- echo "Namaste! Travis this side"
- echo "Note - I have not added - ng test --watch false -cc & ng e2e in config file as then travis will show build fail"
- ng build

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

# Certificate-Front-End
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/4350ebc02efb4442ba256e66d2e4d66e)](https://www.codacy.com/app/JbossOutreach/certificate-generator-front?utm_source=github.com&utm_medium=referral&utm_content=JbossOutreach/certificate-generator-front&utm_campaign=Badge_Grade)
[![Build Status](https://travis-ci.org/JBossOutreach/certificate-generator-front.svg?branch=master)](https://travis-ci.org/JBossOutreach/certificate-generator-front) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/4350ebc02efb4442ba256e66d2e4d66e)](https://www.codacy.com/app/JbossOutreach/certificate-generator-front?utm_source=github.com&utm_medium=referral&utm_content=JbossOutreach/certificate-generator-front&utm_campaign=Badge_Grade)

Certificate Generator aims to automatically generate certificates based on the data provided using input files like CSV and Excel.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@
"protractor": "^5.4.1",
"ts-node": "~7.0.1",
"tslint": "~5.11.0",
"typescript": "^3.1.6"
"typescript": "^3.1.1"
}
}

0 comments on commit 8570ecb

Please sign in to comment.