path
diff --git a/tool/travis.sh b/tool/travis.sh
index 2155d4c..04cf687 100755
--- a/tool/travis.sh
+++ b/tool/travis.sh
@@ -19,6 +19,7 @@
 wget https://chromedriver.storage.googleapis.com/$CHROME_DRIVER_VERSION/chromedriver_$CHROMEDRIVER_OS.zip
 unzip "chromedriver_${CHROMEDRIVER_OS}.zip"
 export CHROMEDRIVER_ARGS=--no-sandbox
+export PATH=$PATH:$PWD
 
 # Run tests
 pub run test -j 1