Skip to content

Commit

Permalink
Add travis
Browse files Browse the repository at this point in the history
  • Loading branch information
stephpy committed Jan 3, 2018
1 parent 4800f9d commit f21053a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
language: php

dist: trusty
sudo: false

php:
- 7.0
- 7.1

before_script:
- composer install --optimize-autoloader --prefer-dist

script:
- vendor/bin/phpunit tests
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ PHP Salesforce bundle

Symfony integration of [salesforce-client](https://github.com/WakeOnWeb/salesforce-client).

[![Build Status](https://api.travis-ci.org/WakeOnWeb/salesforce-bundle.svg)](https://travis-ci.org/WakeOnWeb/salesforce-bundle)

Definition
---------

Expand Down

0 comments on commit f21053a

Please sign in to comment.