Skip to content
This repository was archived by the owner on Dec 1, 2019. It is now read-only.

Commit 0c6309a

Browse files
author
Nikita Korotkih
committed
feat(*): add travis to project
1 parent 76d0a54 commit 0c6309a

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.travis.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
sudo: false
2+
language: node_js
3+
before_script:
4+
- npm run build
5+
node_js:
6+
- '4.1'
7+
- '4.1'
8+
- '4.0'
9+
- '0.12'
10+
- '0.11'
11+
- '0.10'

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# The best TypeScript loader for Webpack
22

33
[![Join the chat at https://gitter.im/s-panferov/awesome-typescript-loader](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/s-panferov/awesome-typescript-loader?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
4+
[![Build Status](https://travis-ci.org/s-panferov/awesome-typescript-loader.svg?branch=master)](https://travis-ci.org/s-panferov/awesome-typescript-loader)
45

56
TypeScript loader for Webpack. This project was started as a fork of https://github.com/andreypopp/typescript-loader.
67
Thanks @andreypopp for the great project.

0 commit comments

Comments
 (0)