mangayomi-mirror/epubx/tool/travis.sh
2025-05-04 23:45:46 +02:00

10 lines
No EOL
170 B
Bash

#!/bin/bash
# Fast fail the script on failures.
set -e
# Analyze the code.
dartanalyzer --strong --fatal-warnings .
# Test the entire test directory
pub run test test/