Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/troy0820/travis-intro-norfolk
Continuous Integration with javascript Norfolk.js talk
https://github.com/troy0820/travis-intro-norfolk
Last synced: about 1 month ago
JSON representation
Continuous Integration with javascript Norfolk.js talk
- Host: GitHub
- URL: https://github.com/troy0820/travis-intro-norfolk
- Owner: troy0820
- Created: 2014-12-15T23:42:04.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-22T16:48:03.000Z (over 8 years ago)
- Last Synced: 2024-04-23T02:21:13.811Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 896 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Travis CI intro Nofolk.js talk tutorial
[![Travis branch](https://img.shields.io/travis/troy0820/travis-intro-norfolk.svg?style=flat)](https://travis-ci.org/troy0820/travis-intro-norfolk)This is a talk for travis-ci in javascript
##Getting Started
```
git clone https://github.com/troy0820/travis-intro-norfolk
cd travis-intro-norfolk
npm install
npm start
```
##You can run this app in a docker container
```bash
docker build -t intro-to-travis .
docker run -p 3000:3000 -e PORT=3000 intro-to-travis
```##This repository serves as a test bench for continuous integration and things javascript