Browse Source

Trying to fix travis build

Luciano Dato 6 năm trước cách đây
mục cha
commit
04cfba9296
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -20,7 +20,7 @@ before_install:
   - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo -H pip3 install meson; fi
 
 script:
-  - chmod +x install.sh && ./install.sh
+  - sudo chmod +x install.sh && sudo ./install.sh
   
 # deploy:
 #   provider: releases