Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Commit

Permalink
travis to slack
Browse files Browse the repository at this point in the history
  • Loading branch information
fredemmott committed Feb 27, 2019
1 parent 341d688 commit 01d6ec1
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@ sudo: required
language: generic
services: docker
env:
- HHVM_VERSION=latest
- HHVM_VERSION=nightly
- HHVM_VERSION=latest
- HHVM_VERSION=nightly
install:
- docker pull hhvm/hhvm:$HHVM_VERSION
- docker pull hhvm/hhvm:$HHVM_VERSION
script:
- docker run --rm -w /var/source -v $(pwd):/var/source hhvm/hhvm:$HHVM_VERSION ./.travis.sh
- docker run --rm -w /var/source -v $(pwd):/var/source hhvm/hhvm:$HHVM_VERSION ./.travis.sh
notifications:
slack:
secure: RWkIMEVYx/GLMeHzEfyPLe3ofW2+rF0XlehGISI3GQLU6gKsU5FemLCDlE3BXG1nvrA50PV0OjLOPv87TaaetJRMm2v9xIajrf+6C0MlJeg4fA22PAvXCBM06RyM0f9r7LB35gTCZJVP67Ist/jyRMVVpeLVYN+s3pXeVHVjZdlYG5K9jueEzZD5K5LX5Dg+ciozHfRoT30TifD4fcFeuWtqZii7+DY7/ZHDSIxxHAT95dMXHRK6eLSbk9xdEyWkh/zOkAHiP2KdiSnPk9xaPdF8L95um4GMxCAcDGD/ykMifVySCXxwjd3JVs54k47sl4yG+l9VE+7HP+Dd5B3EYIK+eMMzJ9ciClLrd8Wfg3jvssBzStlaIVn7buPCGz98a4i2yb1aaJWB1Eww8x5LxOAitKFrB++daOjWrEGzZrvwhqjKiXe8vT69oR0ImHA7BqQqV7lo5+ZZaAQomYG3Pf88vnx0OOH6tZqSyTqz8HQbKajN6amQaoChSVeHh9KP5V25iv4tQVZpeq8YVFSej9x2oGHYdRlCHBQNFT/ttxh8JeTYh3g3Zya1h5KRKWxsCW2K77nTjtrud5rtsGYdBNcxumWjqE4QBDPofusWn6R/pveQc8zLvc/ndHIca3zykDZX1mcQJu3i+TWZOsHrylTAoXwzcbB4vLuKrfqkrN0=

0 comments on commit 01d6ec1

Please sign in to comment.