File tree Expand file tree Collapse file tree 2 files changed +9
-20
lines changed Expand file tree Collapse file tree 2 files changed +9
-20
lines changed Original file line number Diff line number Diff line change @@ -2,19 +2,19 @@ cache_dir: "/cache/gitsplit"
2
2
3
3
splits :
4
4
- prefix : " src/Component/Core"
5
- target : " https://${GH_TOKEN}@github.com: web-token/jwt-core.git"
5
+ target : " https://${GH_TOKEN}@github.com/ web-token/jwt-core.git"
6
6
- prefix : " src/Component/Checker"
7
- target : " https://${GH_TOKEN}@github.com: web-token/jwt-checker.git"
7
+ target : " https://${GH_TOKEN}@github.com/ web-token/jwt-checker.git"
8
8
- prefix : " src/Component/Signature"
9
- target : " https://${GH_TOKEN}@github.com: web-token/jwt-signature.git"
9
+ target : " https://${GH_TOKEN}@github.com/ web-token/jwt-signature.git"
10
10
- prefix : " src/Component/Encryption"
11
- target : " https://${GH_TOKEN}@github.com: web-token/jwt-encryption.git"
11
+ target : " https://${GH_TOKEN}@github.com/ web-token/jwt-encryption.git"
12
12
- prefix : " src/Component/KeyManagement"
13
- target : " https://${GH_TOKEN}@github.com: web-token/jwt-key-mgmt.git"
13
+ target : " https://${GH_TOKEN}@github.com/ web-token/jwt-key-mgmt.git"
14
14
- prefix : " src/Component/Console"
15
- target : " https://${GH_TOKEN}@github.com: web-token/jwt-console.git"
15
+ target : " https://${GH_TOKEN}@github.com/ web-token/jwt-console.git"
16
16
- prefix : " src/Bundle/JoseFramework"
17
- target : " https://${GH_TOKEN}@github.com: web-token/jwt-bundle.git"
17
+ target : " https://${GH_TOKEN}@github.com/ web-token/jwt-bundle.git"
18
18
19
19
origins :
20
20
- ^master$
Original file line number Diff line number Diff line change @@ -2,14 +2,10 @@ language: php
2
2
3
3
sudo : required
4
4
5
- services :
6
- - docker
7
-
8
5
cache :
9
6
directories :
10
7
- " $HOME/.composer/cache"
11
8
- " vendor"
12
- - " /cache/gitsplit"
13
9
14
10
matrix :
15
11
allow_failures :
@@ -22,12 +18,6 @@ matrix:
22
18
- php : nightly
23
19
- php : 7.2
24
20
25
- install :
26
- - docker pull jderusse/gitsplit
27
- - git config remote.origin.fetch "+refs/*:refs/*"
28
- - git config remote.origin.mirror true
29
- - git fetch --unshallow
30
-
31
21
before_script :
32
22
- chmod +x ./tests/install_php_ext.sh
33
23
- if [ "$TRAVIS_PHP_VERSION" = '7.1' ]; then ./tests/install_php_ext.sh; fi
@@ -37,8 +27,7 @@ before_script:
37
27
- if [[ !$deps ]]; then composer install --no-interaction ; fi
38
28
39
29
script :
40
- - docker run --rm -t -e GH_TOKEN -v /cache/gitsplit:/cache/gitsplit -v ${PWD}:/srv jderusse/gitsplit
41
- - " ./vendor/bin/phpunit --coverage-clover build/logs/clover.xml"
30
+ - ./vendor/bin/phpunit --coverage-clover build/logs/clover.xml
42
31
43
32
after_success :
44
- - vendor/bin/coveralls --no-interaction
33
+ - ./ vendor/bin/coveralls --no-interaction
You can’t perform that action at this time.
0 commit comments