UNPKG

faker-br

Version:

Brazilian Faker Data Generator - Gerador de dados para o Brasil. Fork do faker para pt_BR com extensão para CNPJ, CPF, RG, etc.

19 lines (16 loc) 586 B
# Run on new travis container (docker) based infrastructure sudo: false language: node_js node_js: - "13" - "12" - "11" - "10" before_install: # Install meteor and spacejam, a meteor command line package tester - 'if [ "$(node -v)" = "v0.10.36" ]; then curl https://install.meteor.com | /bin/sh; fi' - 'if [ "$(node -v)" = "v0.10.36" ]; then npm install -g spacejam; fi' - 'if [ "$(node -v)" = "v0.10.36" ]; then export PATH="$HOME/.meteor:$PATH"; fi' script: - "npm test" - 'if [ "$(node -v)" = "v0.10.36" ]; then spacejam test-packages --mongo-url=dummy ./; fi'