diff --git a/.idea/workspace.xml b/.idea/workspace.xml index ca38377..89c4e6d 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -78,8 +78,8 @@ - - + + @@ -1131,8 +1131,8 @@ - - + + diff --git a/.travis.yml b/.travis.yml index 1b62ca1..f367108 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ sudo: required language: java before_install: - - chmod +x travis_native_dependencies.sh + - chmod +x .travis_native_dependencies.sh - ./.travis_native_dependencies.sh jdk: - openjdk8