Fix URLs in the repository after organization switch (#2955)

JerryScript-DCO-1.0-Signed-off-by: Dániel Bátyai dbatyai@inf.u-szeged.hu
This commit is contained in:
Dániel Bátyai
2019-07-09 19:13:57 +02:00
committed by Robert Fancsik
parent ef5dd5c698
commit 04d5d56a68
15 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
if [[ "${TRAVIS_REPO_SLUG}" == "pando-project/jerryscript"
if [[ "${TRAVIS_REPO_SLUG}" == "jerryscript-project/jerryscript"
&& ${TRAVIS_BRANCH} == "master"
&& ${TRAVIS_EVENT_TYPE} == "push" ]]
then