Skip to content

Commit 28cb3fc

Browse files
committed
Add travis.yml
1 parent 6d205c6 commit 28cb3fc

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
sudo: false
2+
language: elixir
3+
elixir:
4+
- 1.4.2
5+
otp_release:
6+
- 19.3

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
## Elixir-ESTree [![Documentation](https://img.shields.io/badge/docs-hexpm-blue.svg)](http://hexdocs.pm/estree/) [![Downloads](https://img.shields.io/hexpm/dt/estree.svg)](https://hex.pm/packages/estree)
2+
[![Build Status](https://travis-ci.org/elixirscript/elixir-estree.svg?branch=master)](https://travis-ci.org/elixirscript/elixir-estree)
23

34
Defines structs that represent the JavaScript AST nodes from the ESTree spec.
45

0 commit comments

Comments
 (0)