Skip to content

Commit

Permalink
actually let CI do something
Browse files Browse the repository at this point in the history
disable js.XMLSocket since it's broken
  • Loading branch information
andyli committed Dec 2, 2019
1 parent ae0d8a8 commit 91edf63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
10 changes: 2 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
language: haxe

haxe:
- "3.0.1"
- "3.1.3"
- "3.2.1"
- "3.4.0"
- "3.4.7"
- "4.0.3"
- "development"

dist: trusty

sudo: false
dist: bionic

script:
- haxe test-js.hxml
Expand Down
1 change: 0 additions & 1 deletion test-js.hxml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ test.hxml
# include classes from hx3compat
js.JQuery
js.SWFObject
js.XMLSocket
Lambda

-js test.js

0 comments on commit 91edf63

Please sign in to comment.