1
0
mirror of https://github.com/ovh/php-ovh.git synced 2023-11-05 03:20:26 +01:00
Commit Graph

10 Commits

Author SHA1 Message Date
Germain Carré
9e586bd392 Removing hhvm, PHP 5.5 and duplicate PHP 7.0 from travis build
Signed-off-by: Germain Carré <germaincarre@yahoo.fr>
2019-07-08 23:21:15 +02:00
Stéphane HULARD
c13758720b Use a PHP build tool, Phing instead of Grunt.
As I already mentioned in the #35 issue, I think it's more suitable to use a PHP build tool instead of a JS one. I don't tell that Grunt is not a powerful tool but it's a complicated installation process to be able to run tests.

Phing is required as a composer package and can be run directly after the composer install.

Examples:

```
vendor/bin/phing
vendor/bin/phing test
vendor/bin/phing clean
vendor/bin/phing phplint
vendor/bin/phing phpcs
vendor/bin/phing phpunit
vendor/bin/phing phpunit -Donly.units=true #The travis test process
```

The only difference here is the watch process. Phing doesn't have that kind of feature. It can be emulated with different tasks but require a lot more work. I think that PR is the first step, maybe we can go further if necessary.

Signed-off-by: Stéphane HULARD <s.hulard@chstudio.fr>
2016-04-19 09:59:15 +02:00
Vincent Casse
cc0ba042ca Fix tls issue into travis
Signed-off-by: Vincent Casse <vincent.casse@corp.ovh.com>
2016-01-06 11:11:55 +01:00
Vincent Casse
cdd9a916f8 Merge branch 'master' of https://github.com/ByScripts/php-ovh
Conflicts:
	.travis.yml
	src/Api.php
2015-12-17 18:03:54 +01:00
Vincent Cassé
3a8ce8a924 Add PHP7 into automated tests 2015-10-09 22:29:18 +02:00
Thierry Goettelmann
37b5f740ab Remove Php 5.4 from travis since Guzzle 6.0 require Php >=5.5
Signed-off-by: Thierry Goettelmann <thierry@byscripts.info>
2015-08-06 15:39:34 +02:00
Thierry Goettelmann
d54f99ac5e Do a composer self-update before install. Remove deprecated --dev option
Signed-off-by: Thierry Goettelmann <thierry@byscripts.info>
2015-08-06 15:34:43 +02:00
Thierry Goettelmann
f1047d23f9 Migrate to new Travis infrastructure
Signed-off-by: Thierry Goettelmann <thierry@byscripts.info>
2015-08-06 15:31:29 +02:00
Julius Beckmann
fa48a1282c Added HHVM to Travis.
Added HHVM Status Badge.

Using nicer hhvm badge image.

Signed-off-by: Julius Beckmann <github@h4cc.de>
2015-03-19 09:43:19 +01:00
Vincent Cassé
5558d77b1f Insert travis tests
Signed-off-by: Vincent Cassé <vincent.casse@ovh.net>
2014-10-07 00:35:35 +02:00