Skip to content

Commit 671254a

Browse files
authored
Merge pull request #19 from memory-agape/0.0.2.1
Add TravisCI
2 parents 383f741 + 5de018c commit 671254a

338 files changed

Lines changed: 14 additions & 7 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

β€Ž.travis.ymlβ€Ž

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
language: php
2+
php:
3+
- 7.2
4+
before_install:
5+
- composer install
6+
script:
7+
- composer run tests

β€Žcomposer.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "JVM emulator by PHP",
44
"type": "library",
55
"license": "MIT",
6-
"version": "0.0.2-dev",
6+
"version": "0.0.2.1-dev",
77
"authors": [
88
{
99
"name": "memory"

0 commit comments

Comments
Β (0)