Skip to content

hhpack/typesafety-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

typesafety-docker

Dockerfile for development with HHVM/Hack

Environments

Basic uasge

If you want to check the type, execute the following command.
The check result is output in detailed report formatted by typesafety.

The necessary files are in the examples directory.

docker-compose run web typesafety

If you want to run the test, you can execute it with the following command.

docker-compose run web vendor/bin/hackunit test

If the command is set in scripts of composer.json, you can do with the following command.

docker-compose run web composer test

CI servise

travis-ci

Please specify the access token to submit the check result as a review comment.

The sample file is in examples/.travis.yml.

env:
  matrix:
    secure: [GITHUB_TOKEN]

About

Dockerfiles for development with HHVM/Hack

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published