Skip to content

Commit df74892

Browse files
author
Derek Jones
committed
Fix Travis integration
1 parent c3aa2b1 commit df74892

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

.travis.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,26 @@ php:
55
- 5.5
66
- 5.6
77
- 7.0
8+
- 7.1
89

910
install:
1011
- composer install
1112

1213
script:
13-
- html_attribute_content/vendor/bin/parallel-lint --exclude html_attribute_content/vendor .
14+
- emoji_support/vendor/bin/parallel-lint --exclude html_attribute_content/vendor .
1415

1516
before_deploy:
16-
- rm -rf html_attribute_content/vendor
17-
- zip -r 'HTML Attribute Content' html_attribute_content
17+
- rm -rf emoji_support/vendor
18+
- zip -r 'Emoji Support' emoji_support
1819

1920
deploy:
2021
provider: releases
2122
api_key:
22-
secure: fuLGULBdOuuFKh6kp+bfsxKCZU/MpWcW/dOdkbHehJ48XlSH+wIXp7bvwjsTiM66EFE4vKNkELOCunZ6UhnjhuCqq4EXlBsQ2U0k7SyB/MmF9QgdH+7fU7JD3FOmHc4cqeR6ETklbA2l+Un4Kvh0AkAL5j084P7xgwnOlXUi538=
23-
file: "HTML Attribute Content.zip"
23+
secure: eIQAIsT+mto9iI7QMM8IhI7jElBO2edhlBPvaON0Q4xOEJNM7S6yHlze2yF5qnsFBTXX0H5NRXkNP5+4L6te1B/o8WHM/4mp27kcXsQ99p3vHE3QetaUcDdl+hOd1BFgYb1+B+aZ9F195aR0NgKBL5KCOHyJdjZSMCfmMCkv87wkPNWdYC8dg6e7R6+6i+v3zqpfdAiPnj+4+3TTTmOcObOHD64K+aRdwjvdCIDK+HQVMIUB2jWmKFTmglPMOUEQar4wEQqlXXRaunhOzWeBK+dtElOFmw87jb5Ffm1SEihYACICdUcxehryA19TGx/qpiUhEaRL3PMq7qsP/kYnlBSgmhNoTHRujbxlj2si1B5ciFO3zG9mSZZcHkbOlT9PLdZahhFjR80evDlrz27/582cr1FciIqUkF6vzxINcXMnolRMu6MBuq9vQ0lmUdZYxm9MsuRqobxHuejj89ClAmwziHCQsr3zW5WTj4boNNem1ReBKlEDtu+Yk1ZIQroHB8s/9dmw4vjMe5ZOTDbayLVf80JDLhNgmnqbApuxfI/5JjJQ8inXsJgrmbk9GPj9pvqx6A95PCtd6LI2GaOBushdAGue/dItzVhQXp0AOekZasrYx3lxtpPliCv6CjF7EsiADSWeLb84+bPY/xFPeGrmNXr1To97Lw1eRkb0SqQ=
24+
file: "Emoji Support.zip"
2425
skip_cleanup: true
2526
on:
26-
php: 7.0
27+
php: 7.1
2728
tags: true
2829
condition: $TRAVIS_PULL_REQUEST = false
29-
repo: EllisLab/HTML-Attribute-Content
30+
repo: EllisLab/Emoji-Support

0 commit comments

Comments
 (0)