1
0
Fork 0
mirror of https://github.com/ACINQ/eclair.git synced 2025-02-22 14:22:39 +01:00

moved PATH cmd to before_script

This commit is contained in:
pm47 2016-02-15 12:10:42 +01:00
parent d88a6ebcec
commit 269261b793

View file

@ -3,7 +3,7 @@ addons:
apt:
packages:
- protobuf-compiler
script:
before_script:
- export PATH=$PATH:.
- echo $PATH
scala: