# Use python as its the simplest language which can run a test script language: python # Install shunit2 before_install: - sudo apt-get update - sudo apt-get install shunit2 # Override the default Travis python installation with nothing install: - echo "No installation necessary" # Run the test script script: sudo /bin/bash ./test.sh