From 4cc10cd35b2cab17f79887f939480bb73ee506be Mon Sep 17 00:00:00 2001 From: jelhan Date: Sun, 23 Aug 2015 00:32:41 +0200 Subject: [PATCH] disable always_populate_raw_post_data in travis to aviod deprecation warning --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 44a1ebe..81fc090 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,6 +24,7 @@ install: before_script: - ember server --live-reload=false & # Start a server so we can hit the fake API from integration tests - sleep 10 # wait for the server to be started + - echo 'always_populate_raw_post_data = -1' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini # http://php.net/manual/de/ini.core.php#ini.always-populate-raw-post-data script: - npm test