Skip to content
This repository was archived by the owner on Jan 2, 2024. It is now read-only.

Commit db012ad

Browse files
committedNov 24, 2014
last fix
1 parent 0096212 commit db012ad

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed
 

‎.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,5 @@ install:
2424

2525
script:
2626
- haxelib run munit test -as3 -norun
27-
- haxelib run munit test -browser phantomjs
27+
- haxelib run munit test -js -norun
2828
- haxelib run munit test -cpp -neko
29-

‎README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
substate[![Build Status](https://travis-ci.org/haysclark/substate.svg?branch=master)](https://travis-ci.org/haysclark/substate)
1+
substate
22
=================================
3+
[![Build Status](https://travis-ci.org/haysclark/substate.svg?branch=master)](https://travis-ci.org/haysclark/substate)
4+
35
A Haxe Hierarchical State Machine
46

57
```

0 commit comments

Comments
 (0)
This repository has been archived.