Skip to content

Commit

Permalink
Merge branch 'release/1.2.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
WarriorXK committed Nov 29, 2016
2 parents d09db9a + fba5995 commit 30c459a
Show file tree
Hide file tree
Showing 19 changed files with 1,621 additions and 1,363 deletions.
Empty file modified .gitignore
100755 → 100644
Empty file.
17 changes: 17 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
language: php
php:
- '7.0'
- '7.1'
before_script:
- sudo apt-get update
- sudo apt-get install python-pip
- sudo pip install autobahntestsuite
script:
- php Tests/server.php
- php Tests/client.php
notifications:
email:
recipients:
- [email protected]
on_success: always
on_failure: always
Loading

0 comments on commit 30c459a

Please sign in to comment.